- Unzip the repository and open a terminal in the project folder.
python3 -m venv venv
source venv/bin/activatepip install --upgrade pip setuptools wheelpip install -r requirements.txtpython -m spacy download en_core_web_smpython app.py- Open your browser and go to http://localhost:5000
- Open
final.ipynbin VS Code or Jupyter Lab for interactive exploration and ML experiments.
If you have any issues, make sure your Python version is 3.12 or higher and all dependencies are installed in your virtual environment.