Shreyas Meher commited on
Commit
e153138
Β·
unverified Β·
1 Parent(s): ee743fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,4 +1,4 @@
1
- # ConfliBERT Demo Application
2
 
3
  A web-based interface for ConfliBERT, a BERT-based model specialized in conflict and political event analysis. This application provides multiple Natural Language Processing capabilities including Named Entity Recognition (NER), Text Classification, Multi-label Classification, and Question Answering.
4
 
@@ -129,7 +129,7 @@ Class1 (Confidence%) | Class2 (Confidence%)
129
 
130
  ### File Structure
131
  ```
132
- conflibert-demo/
133
  β”œβ”€β”€ app.py # Main application file
134
  β”œβ”€β”€ requirements.txt # Package dependencies
135
  └── README.md # Documentation
 
1
+ # ConfliBERT GUI Application
2
 
3
  A web-based interface for ConfliBERT, a BERT-based model specialized in conflict and political event analysis. This application provides multiple Natural Language Processing capabilities including Named Entity Recognition (NER), Text Classification, Multi-label Classification, and Question Answering.
4
 
 
129
 
130
  ### File Structure
131
  ```
132
+ conflibert-gui/
133
  β”œβ”€β”€ app.py # Main application file
134
  β”œβ”€β”€ requirements.txt # Package dependencies
135
  └── README.md # Documentation