- pip install -r requirements.txt
- Create folders named Code , CSV , Testset , Dataset , Model , Result
- To run the UI
- streamlit run app.py
- To run the API server
- uvicorn server:app
- Upload data
- Check confidence score (If score is low, one needs to retrain the model on the test data)
- Predict (Test)
- Download prediction result