This Project detects if a comment is toxic or not. It is built using FastAPI
- Clone the project
git clone https://github.com/emmakodes/fastapi-toxic-comment-detector.git - cd
fastapi-toxic-comment-detector - Create a virtual environment .venv
python -m venv .venv - Activate the virtual environment
.venv\Scripts\activate - run
pip install -r requirements.txton the terminal to install the project requirements - start the project using the following command:
uvicorn app.main:app --reload