# GUI for NLP Tasks
🧬 This is a GUI developed using Flask to deploy various ML models for NLP tasks on histology reports.
Models supported:
- Predict presence/non-presence of cancer
- Predict primary site(s) of cancer
- Predict the grade of cancer
Virtual environment installations needed:
- simpletransformers: `pip install simpletransformers`
- torch: `pip install torch`
To run the app, run `python app.py` from the terminal or any IDE.