Skip to content

LeddaZ/animalinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

animalinfo

School project to recognize an animal from an image and give information about it.

It's currently trained to recognize:

  • Capybaras
  • Cats
  • Dogs
  • Frogs
  • Pigs
  • Rabbits
  • Snakes

Requirements

Usage

  • Create a file named .env and write in it

    API_KEY = <your api key>
    GITHUB_TOKEN = <your personal access token>
    
  • Install required packages with pip install -r requirements.txt

  • Run the program with python animalinfo.py

About

App to recognize an animal from an image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages