#Run Locally
Clone the project
git clone https://github.com/kanand1994/Robo_Arline_trainmodel.git
Go to the project directory
cd Robo_Arline_trainmodel
Install dependencies
pip install -r requirements.txt
Note: If you're using newer versions of python(3.10+), you may need to add the --use-deprecated=legacy-resolver option when installing dependencies with pip to avoid errors :
pip install -r requirements.txt --use-deprecated=legacy-resolver