Diseases Prediction

Instructions

  1. Create a virtual envrionment

     python -m venv venv
  2. Activate the environment and install the required packages

     source venv/bin/activate
     pip3 install -r requirements.txt
  3. Run Jupyter Notebook sever

    jupyter notebook
  4. Run Streamlit file

    streamlit run main.py