IGPTeam4 commited on
Commit
a76b5a1
·
verified ·
1 Parent(s): b62281c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -6
README.md CHANGED
@@ -1,6 +1,5 @@
1
  ---
2
- title: IGP WebApp
3
- emoji: 🚀
4
  colorFrom: red
5
  colorTo: red
6
  sdk: docker
@@ -11,9 +10,24 @@ pinned: false
11
  short_description: 'Deploy suspicious review and sentiment analysis model '
12
  ---
13
 
14
- # Welcome to Streamlit!
15
 
16
- Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
17
 
18
- If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
19
- forums](https://discuss.streamlit.io).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: IGP Team 4 WebApp
 
3
  colorFrom: red
4
  colorTo: red
5
  sdk: docker
 
10
  short_description: 'Deploy suspicious review and sentiment analysis model '
11
  ---
12
 
 
13
 
 
14
 
15
+ A Streamlit web application for suspicious review detection and sentiment analysis of Amazon product reviews.
16
+
17
+ ## Features
18
+ - Suspicious review detection using Logistic Regression
19
+ - Sentiment analysis using BERT
20
+ - Explainability via SHAP
21
+ - Interactive visualisations and insights
22
+
23
+ ## How to Use
24
+ 1. Navigate to the app
25
+ 2. Input or upload Amazon review data
26
+ 3. View predictions, explanations, and insights
27
+
28
+ ## Models Used
29
+ - Logistic Regression with TF-IDF and engineered features for suspicious review detection
30
+ - BERT for sentiment analysis
31
+
32
+ ## Team
33
+ - Team4IGP