AI_Virtual_Nose

👃 AI Virtual Nose

AI-powered smell recognition system using simulated MQ sensor data — built with Python and Flask.

Demo Made by Shariq


🚀 Features


🗂️ Project Structure

AI_Virtual_Nose/ │ ├── app/ # HTML, CSS templates │ ├── static/ │ └── templates/ │ ├── model.pkl # Trained ML model ├── simulate_data.py # Generates fake sensor input ├── train_model.py # ML training script ├── virtual_nose_app.py # Flask web app ├── requirements.txt # Python dependencies

🛠️ How to Run Locally

1. Clone the Repository

```bash git clone https://github.com/Shariq-14/AI_Virtual_Nose.git cd AI_Virtual_Nose

python -m venv venv venv\Scripts\activate # Windows

pip install -r requirements.txt

python virtual_nose_app.py

🙋‍♂️ Author Mohd Shariq 📧 mshariq789789@gmail.com 🌐 GitHub Profile