Implement any NLP model for this problem: https://www.kaggle.com/c/commonlitreadabilityprize/overview
- python script for training
- trained model with metrics
- python script for running API
- README with information on how to reproduce our solution
pip install -r requirements.txt
uvicorn main:app --port 5000