smartsips is a website and mobile app with ml model to help checking for quality of water and iot feature to get TDS data
- download python Download
- download virtualenviroment
pip install virtualenv
- go to smartSips folder
cd smartSips
- Create virtual environment for windows
python -m venv venv
- Clone repo on your machine
git clone https://github.com/mariamkhaled99/smartSips.git
- open your virtual enviroment
venv/Scripts/activate
- Install requirements
pip install -r requirements.txt