-
Notifications
You must be signed in to change notification settings - Fork 4
/
Requirements.txt
31 lines (22 loc) · 1.12 KB
/
Requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Requirements for Installing Project:
*For windows users.
*Install Python3 and pip before installing these.
MongoDB:
1. Install MongoDB Compass (https://www.mongodb.com/products/compass)
2. Get Invitation for our Cluster from Emma
3. Mongo connection string: mongodb+srv://team_andrew:Green91%40%[email protected]/test
PyMongo:
1. Run the following command in your IDE terminal(Mine is Visual Studio Code) : pip install pymongo
2. Also, run this command for connecting cluster: pip install pymongo[gssapi,aws,ocsp,snappy,srv,tls,zstd,encryption]
Flask:
1. Run the following command in your IDE terminal(Mine is Visual Studio Code) : pip install flask
To Run Flask, run the following command in terminal: python3 -m flask run, then, click on the website address(on the terminal) to open up the flask web application.
Spacy
1. Install the following pip commands.
pip install --user -U pip setuptools wheel
pip install --user -U spacy
pip install --user pyresparser
pip install --user spacytextblob
2. Install the following python commands.
python -m textblob.download_corpora
python -m spacy download en_core_web_sm