/smartSips

smartsips is a website and mobile app with ml model to help checking for quality of water ,and iot feature to get TDS data in real time using django rest framework .

Primary LanguageJavaScript

smartSips

SmartSips Api Project

smartsips is a website and mobile app with ml model to help checking for quality of water and iot feature to get TDS data

Getting started

Prerequisites

  1. download python Download
  2. download virtualenviroment
    pip install virtualenv
  3. go to smartSips folder
    cd smartSips
  4. Create virtual environment for windows
    python -m venv venv
  5. Clone repo on your machine
    git clone https://github.com/mariamkhaled99/smartSips.git
  6. open your virtual enviroment
    venv/Scripts/activate
  7. Install requirements
    pip install -r requirements.txt