Skip to content

vgorte/MlshapeSimplification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MlshapeSimplification

Machine learning based project to detect bird's shapes from images

Usage

Execute shapes.py python script to run Multi Layer Perceptron network using provided datasets

Example

Open terminal / CMD

Change directory to src directory

cd MlshapeSimplification/src

Run shapes.py

python shapes.py

Folder Structure

.
├── assets                   # Computed angles and saved networks
│   ├── angles          # Computed shapes angles
│   ├── blobs         # Serialized neural networks
├── resources                    # Static files such as images, csv, etc.
│   ├── shapes          # Birds shapes in csv, png, etc.
├── src                     # Source code i.e., scripts
└── README.md

Coding Conventions

  • Use camelCase while naming folders, files, etc.
  • Follow the Folder Structure mentioned above
  • Provide summary for every function
  • Use camelCase while naming variables and method names

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages