sdutta28 commited on
Commit
0475979
1 Parent(s): fdbe424

Modified README

Browse files
Files changed (2) hide show
  1. README.md +8 -0
  2. requirements.txt +53 -0
README.md CHANGED
@@ -1,2 +1,10 @@
 
 
 
 
 
 
 
 
1
  # Aggression Detection App
2
 
 
1
+ ---
2
+ title: AggDetectApp -- Detect Aggression and Misogyny
3
+ colorFrom: black
4
+ colorTo: blue
5
+ sdk: gradio
6
+ app_file: app.py
7
+ pinned: false
8
+ ---
9
  # Aggression Detection App
10
 
requirements.txt ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # These requirements were autogenerated by pipenv
3
+ # To regenerate from the project's Pipfile, run:
4
+ #
5
+ # pipenv lock --requirements
6
+ #
7
+
8
+ -i https://pypi.org/simple
9
+ analytics-python==1.4.0
10
+ backoff==1.10.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
11
+ bcrypt==3.2.0; python_version >= '3.6'
12
+ certifi==2021.10.8
13
+ cffi==1.15.0
14
+ charset-normalizer==2.0.10; python_version >= '3'
15
+ click==8.0.3; python_version >= '3.6'
16
+ cryptography==36.0.1; python_version >= '3.6'
17
+ cycler==0.11.0; python_version >= '3.6'
18
+ ffmpy==0.3.0
19
+ flask-cachebuster==1.0.0
20
+ flask-cors==3.0.10
21
+ flask-login==0.5.0
22
+ flask==2.0.2; python_version >= '3.6'
23
+ fonttools==4.28.5; python_version >= '3.7'
24
+ gradio==2.7.0
25
+ idna==3.3; python_version >= '3'
26
+ itsdangerous==2.0.1; python_version >= '3.6'
27
+ jinja2==3.0.3; python_version >= '3.6'
28
+ joblib==1.0.1
29
+ kiwisolver==1.3.2; python_version >= '3.7'
30
+ markdown2==2.4.2; python_version >= '3.5' and python_version < '4'
31
+ markupsafe==2.0.1; python_version >= '3.6'
32
+ matplotlib==3.5.1; python_version >= '3.7'
33
+ monotonic==1.6
34
+ nltk==3.2.5
35
+ numpy==1.19.5
36
+ packaging==21.3; python_version >= '3.6'
37
+ pandas==1.4.0rc0; python_version >= '3.8'
38
+ paramiko==2.9.2
39
+ pillow==9.0.0; python_version >= '3.7'
40
+ pycparser==2.21
41
+ pycryptodome==3.12.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
42
+ pydub==0.25.1
43
+ pynacl==1.5.0; python_version >= '3.6'
44
+ pyparsing==3.0.6; python_version >= '3.6'
45
+ python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
46
+ pytz==2021.3
47
+ requests==2.27.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
48
+ scikit-learn==0.22.2.post1
49
+ scipy==1.8.0rc2; python_version < '3.11' and python_version >= '3.8'
50
+ six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
51
+ urllib3==1.26.8; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
52
+ werkzeug==2.0.2; python_version >= '3.6'
53
+ xgboost==0.90