Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.23 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.23 KB

Machine Learning and Computer Vision Projects

This program introduces a number of projects related to computer vision and machine learning using Python and JavaScript.

We are using Python 3.7.4, P5.js, VS Code, Git for Windows, and Github Desktop. The repository contains a number of template files that include p5.js and other dependencies. Python dependencies are managed with Pipenv.

Download links:

Installation Steps:

Install Python 3.7 64 bit version. Make sure to add the Python installation directory to the system Path during installation.

Windows Prerequisites for NLTK:

  • Install CMake and add to the system path.
  • Install Visual Studio
  • Select "Desktop development with C++" during installation

VS Code: Select default shell. Ctrl-Shift-P, select default shell, choose bash.

Install pipenv pip install pipenv

Clone git repository git clone https://github.com/holyokecodes/ML-CV-Python-Camp.git

Install dependencies: pipenv install

Start development pipenv shell