AbdelrahmanShahrour / DiseasesPrediction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Jupyter Notebook 99.6%Language:Python 0.4%