Follow vividly this instructions to set up the project.
- VSCode Installation
- Python Installation
- Extensions Installation
- Install Dependencies
- Download Project
- Download VSCode
- During the installation, add VSCode to path.
- Download Python
- During the installation, add Python to path.
Install the following extensions on VSCode.
- Python
- Pylance
- Jupyter
- Jupyter Notebook Renderers
- GitLens
Open the command line and run this command.
pip install numpy pandas scikit-learn nltk
Follow either ways to get this project to your PC
- Download the project and extract it. Right click and open the project in VSCode.
- Clone the repository in C:/dir/project-dir/. Right click and open the project in VSCode.
Enjoy!