Diff of /README.md [000000] .. [ec103b]

Switch to unified view

a b/README.md
1
# GUI for NLP Tasks
2
🧬 This is a GUI developed using Flask to deploy various ML models for NLP tasks on histology reports.
3
4
Models supported:
5
6
- Predict presence/non-presence of cancer
7
- Predict primary site(s) of cancer
8
- Predict the grade of cancer
9
10
Virtual environment installations needed:
11
12
- simpletransformers: `pip install simpletransformers`
13
- torch: `pip install torch`
14
15
To run the app, run `python app.py` from the terminal or any IDE.