Skip to content

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

Notifications You must be signed in to change notification settings

saadsaifse/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

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%