Project description... (coming soon)
Use the following command lines in order to clone the repository and create a virtual environment.
git clone github.com/Zoko91/NLP_for_economy
cd NLP_for_economy
python3 -m venv venv
Then, activate the virtual environment and install the required packages.
# Windows
venv\Scripts\activate
# Linux and Mac
source venv/bin/activate
Finally, install the required packages and run the program.
pip install -r requirements.txt
18 commits
Rich Text Format
72.6%
Python
27.4%
Project description... (coming soon)
Use the following command lines in order to clone the repository and create a virtual environment.
git clone github.com/Zoko91/NLP_for_economy
cd NLP_for_economy
python3 -m venv venv
Then, activate the virtual environment and install the required packages.
# Windows
venv\Scripts\activate
# Linux and Mac
source venv/bin/activate
Finally, install the required packages and run the program.
pip install -r requirements.txt
18 commits
Rich Text Format
72.6%
Python
27.4%