Skip to content

Data analysis for classification of gas samples recorded with the hybrid electronic nose I built

License

Notifications You must be signed in to change notification settings

aungkhantmaw64/sniffit

Repository files navigation

SniffIt-AI

Binder

Introduction

This repository contains analytics for the experimental ordor dataset I created using the hybrid-electronic nose designed as an aiding device for non-invasive diaganosis. I published an IEEE research article as a main author based on this device and the code used for the analytics of the dataset can be found in this repo. For the published article, please refer to https://ieeexplore.ieee.org/document/9495905.

Building the Docker Image

docker build --progress tty -t data-analysis-ci:latest .

Running the Container

Windows (Powershell)

docker container run -p 8888:8888 --name data_analysis_ci --rm -it -v ${pwd}:/app data-analysis-ci:latest bash

Running Jupyter Notebook

jupyter notebook --allow-root --ip 0.0.0.0 --port 8888

About

Data analysis for classification of gas samples recorded with the hybrid electronic nose I built

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published