By: Kyler Conant
This model uses only 3 classifications - dog, rabbit, and bird. It should be able to tell from any picture submitted, if it is not any of the classifications it will say "I can't identify any rabbits, dogs, or birds in the image."
Documents you might need:
- Docs for OpenAI API: https://platform.openai.com/docs/overview
- To get your API key: https://platform.openai.com/api-keys
- To use the model that I'm using you have to pay $5.44: https://platform.openai.com/docs/guides/rate-limits/usage-tiers
To run this code you must:
- pip install openai
- pip install pillow
- pip install requests
- pip install gradio
- pip install opencv-python
- pip install opencv-contrib-python