Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 812 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 812 Bytes

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