Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.17 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.17 KB

Setup

Follow vividly this instructions to set up the project.

  1. VSCode Installation
  2. Python Installation
  3. Extensions Installation
  4. Install Dependencies
  5. Download Project

VSCode Installation

Python Installation

Extensions Installation

Install the following extensions on VSCode.

  • Python
  • Pylance
  • Jupyter
  • Jupyter Notebook Renderers
  • GitLens

Install Dependencies

Open the command line and run this command. pip install numpy pandas scikit-learn nltk

Download Project

Follow either ways to get this project to your PC

  1. Download the project and extract it. Right click and open the project in VSCode.
  2. Clone the repository in C:/dir/project-dir/. Right click and open the project in VSCode.

Project Image Project Image Project Image

Enjoy!