Kaggle: Carbon Monoxide ppm data for regression
- Flask
- Sklearn
- Streamlit (for the web app)
- MongoDB
- Ollama (llama3 model)
-
Install the ollama software from here
-
After installing, Run llama3 models
ollama run llama3
Note : The first time you run ollama it will pull the model
-
Go to how to run section
- Clone the repository
- Install the dependencies
- Set up your IP4_ADDRESS on dashboard.py, IOT Code.ino, and server.py
- Set up your USER and PASSWORD of MongoDB on server.py
- Run the Flask server
- Run the Dashboard Streamlit app