yangtommy6/Computer_Vision_Project
1
1---2title: Computer_Vision_Project3emoji: ๐4colorFrom: green5colorTo: green6sdk: gradio7sdk_version: 3.68app_file: app.py9pinned: false10license: apache-2.011---12 13Hi! This is a computer vision app built by a python library, fastai. 14I designed and built a simple model that is able to recognize 45 of the most common animals listed here: "https://www.brownelltravel.com/blog/animals-around-the-world/". 15If you upload a picture that's not an animal, the AI will try to tell you what this picture is. 16I have found that it's hard for the AI to recognize more than 1 main object in the picture, so I will have to redesign and train the model later. 17This is just a demo of a computer vision AI.