pima-analysis Download & Setup Instructions for run with jupyter notebook Clone project: git clone https://github.com/cseshahriar/pima-analysic.git cd pima-analysis Create virtual environment: python3.8 im venv venv for linux venv activate: source venv/bin/activate for windows venv activate: venv\Scripts\activate pip3 install -r jupyter_requirements.txt jupyter notebook Download & Setup Instructions for run with python3 Clone project: git clone https://github.com/cseshahriar/pima-analysic.git cd pima-analysis Create virtual environment: python3.8 im venv venv for linux venv activate: source venv/bin/activate for windows venv activate: venv\Scripts\activate pip3 install -r requirements.txt `python3 pima.py script and result screenshot