mariaoliv commited on
Commit
b62f50f
1 Parent(s): 11d3763
Files changed (2) hide show
  1. README.md +11 -0
  2. requirements.txt +4 -1
README.md CHANGED
@@ -1,5 +1,16 @@
 
 
 
 
 
 
 
 
 
1
  # cs-uy-4613-project
2
 
 
 
3
  Instrcutions:
4
 
5
  Download Docker Desktop for Windows.
 
1
+ ---
2
+ title: Detetcing Toxic Tweets
3
+ sdk: streamlit
4
+ emoji: 🦀
5
+ colorFrom: red
6
+ colorTo: indigo
7
+ pinned: true
8
+ app_file: app.py
9
+ ---
10
  # cs-uy-4613-project
11
 
12
+ Link to HF: https://huggingface.co/spaces/mariasandu/detecting-toxic-tweets
13
+
14
  Instrcutions:
15
 
16
  Download Docker Desktop for Windows.
requirements.txt CHANGED
@@ -1,4 +1,7 @@
1
  streamlit
2
  pandas
3
  tensorflow
4
- transformers
 
 
 
 
1
  streamlit
2
  pandas
3
  tensorflow
4
+ transformers
5
+ numpy
6
+ torch
7
+ sklearn