File tree Expand file tree Collapse file tree
flask-sentiment-analysis-app Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# requirements.txt generated by rsconnect-python on 2020-03-06 20:20:20.420044
2- ansible == 2.8.6
3- appdirs == 1.4.3
4- appnope == 0.1.0
5- asn1crypto == 1.2.0
6- async-generator == 1.10
7- attrs == 19.3.0
8- awscli == 1.16.269
9- backcall == 0.1.0
10- beautifulsoup4 == 4.8.1
11- bleach == 3.1.0
12- blis == 0.4.1
13- bokeh == 1.4.0
14- boto == 2.49.0
15- botocore == 1.13.5
16- cairocffi == 1.1.0
17- CairoSVG == 2.4.2
18- catalogue == 1.0.0
19- certifi == 2019.9.11
20- cffi == 1.13.0
21- chardet == 3.0.4
22- Click == 7.0
23- colorama == 0.4.1
24- conda == 4.7.12
25- conda-package-handling == 1.6.0
26- cryptography == 2.8
27- cssselect2 == 0.2.2
28- cymem == 2.0.3
29- decorator == 4.4.1
30- defusedxml == 0.6.0
31- docutils == 0.15.2
32- entrypoints == 0.3
33- enum34 == 1.1.6
34- exif == 0.8.1
352Flask == 1.1.1
36- fontawesome-markdown == 0.2.6
37- gphotos-sync == 2.10.4
38- html5lib == 1.0.1
39- htmlmin == 0.1.12
40- idna == 2.8
41- importlib-metadata == 0.23
42- ipykernel == 5.1.3
43- ipython == 7.9.0
44- ipython-genutils == 0.2.0
45- ipywidgets == 7.5.1
46- itsdangerous == 1.1.0
47- jedi == 0.15.1
48- Jinja2 == 2.10.3
49- jmespath == 0.9.4
50- joblib == 0.14.0
51- jsmin == 2.2.2
52- json5 == 0.8.5
53- jsonschema == 3.1.1
54- jupyter == 1.0.0
55- jupyter-client == 5.3.4
56- jupyter-console == 6.0.0
57- jupyter-core == 4.6.1
58- jupyter-flex == 0.4.0
59- jupyter-server == 0.1.1
60- jupyterlab == 1.2.4
61- jupyterlab-pygments == 0.1.0
62- jupyterlab-server == 1.0.6
63- livereload == 2.6.1
64- Markdown == 3.1.1
65- markdown-fenced-code-tabs == 1.0.5
66- MarkupSafe == 1.1.1
67- mistune == 0.8.4
68- mkdocs == 1.0.4
69- mkdocs-markdownextradata-plugin == 0.1.2
70- mkdocs-material == 4.4.3
71- mkdocs-minify-plugin == 0.2.1
72- mkdocs-pdf-export-plugin == 0.5.5
73- mkdocs-redirects == 1.0.0
74- more-itertools == 7.2.0
75- murmurhash == 1.0.2
76- nbconvert == 5.6.1
77- nbformat == 4.4.0
78- notebook == 6.0.1
79- numpy == 1.17.3
80- oauthlib == 3.1.0
81- packaging == 20.3
82- pandas == 0.25.3
83- pandocfilters == 1.4.2
84- parso == 0.5.1
85- passlib == 1.7.1
86- pep562 == 1.0
87- pexpect == 4.7.0
88- pickleshare == 0.7.5
89- Pillow == 6.2.1
90- plac == 1.1.3
91- plotly == 4.4.1
92- preshed == 3.0.2
93- prometheus-client == 0.7.1
94- prompt-toolkit == 2.0.10
95- ptyprocess == 0.6.0
96- pyasn1 == 0.4.7
97- pycosat == 0.6.3
98- pycparser == 2.19
99- Pygments == 2.4.2
100- pymdown-extensions == 6.1
101- pyOpenSSL == 19.0.0
102- pyparsing == 2.4.6
103- Pyphen == 0.9.5
104- pyrsistent == 0.15.5
105- PySocks == 1.7.1
106- python-dateutil == 2.8.0
107- pytz == 2019.3
108- PyYAML == 5.1.2
109- pyzmq == 18.1.0
110- qtconsole == 4.5.5
111- requests == 2.22.0
112- requests-oauthlib == 1.3.0
113- retrying == 1.3.3
114- rsa == 3.4.2
115- ruamel-yaml == 0.15.46
116- s3transfer == 0.2.1
117- scikit-learn == 0.21.3
118- scipy == 1.3.1
119- selenium == 3.141.0
120- Send2Trash == 1.5.0
121- six == 1.12.0
122- soupsieve == 1.9.4
1233spacy == 2.2.3
124- srsly == 1.0.2
125- terminado == 0.8.2
126- testpath == 0.4.2
127- thinc == 7.3.1
128- tinycss2 == 1.0.2
129- tornado == 6.0.3
130- tqdm == 4.36.1
131- traitlets == 4.3.3
132- urllib3 == 1.24.2
133- virtualenv == 16.7.9
134- voila == 0.1.20
135- wasabi == 0.6.0
136- wcwidth == 0.1.7
137- WeasyPrint == 50
138- webencodings == 0.5.1
139- Werkzeug == 1.0.0
140- widgetsnbextension == 3.5.1
141- zipp == 0.6.0
Original file line number Diff line number Diff line change 1+ < html >
2+
3+ < body >
4+ < form action ="http://localhost:5000/sentiment " method ="POST ">
5+ < p > Text to Classify < input type ="text " name ="input " /> </ p >
6+ < p > < input type ="submit " value ="Submit " /> </ p >
7+ </ form >
8+ </ body >
9+
10+ </ html >
Original file line number Diff line number Diff line change 1+ <!doctype html>
2+ < html >
3+
4+ < body >
5+ < table >
6+ < tr >
7+ < td > Input text: {{ sentiment[0] }} </ td >
8+ </ tr >
9+ < tr >
10+ < td > Sentiment score: {{ sentiment[1] }} </ td >
11+ </ tr >
12+ </ table >
13+ </ body >
14+
15+ </ html >
You can’t perform that action at this time.
0 commit comments