Skip to content

Anubz/skyessays

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

tree detection with tensor flow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%