Skip to content

A program that recognizes pictures of birds using fastai library

License

Notifications You must be signed in to change notification settings

AlessioBorzi/Is_it_a_bird-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Is it a bird?

A program that recognizes pictures of birds using the fastai library.

First, run download_data.py to download images of birds and forests (not birds) using the DuckDuckGo APIs.

Secondly, run train.py to train the model and test whether the images bird.jpg and forest.jpg contain a bird.

bird.jpg

This is a: bird.                                                                           
Probability it's a bird: 1.0000

forest.jpg

This is a: forest.                                                                         
Probability it's a bird: 0.0000

About

A program that recognizes pictures of birds using fastai library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages