/skyessays

Primary LanguagePython

AI/ML essays collecion

skyessays is a collection of code that has been made available in articles on blog.skygate.io

Image recognition with MNIST dataset - code

Computer vision - tree detection - code

Getting started

These instructions will get you a copy of the project up and running on your local machine to repeat steps or code analysis.

Prerequisites

Installing

  1. Clone or download repository
$ git clone https://github.com/skygate/skyessays.git
  1. Create and activate a virtual environment
$ python -m venv env-name
$ source env-name/bin/activate
  1. Install all necessary requirements
$ pip install -r requirements.txt

Enjoy!