- Start the virtual envoirnment -
source venv/bin/activate
- Run the python file -
python3 main.py
- Install requirements -
python3 -m pip -r requirements.txt
- Run the python file -
python3 main.py
This repo contains code for implementing various ML models on various datasets.
Python