DEV Community

Cover image for App to classify bears with IA πŸ»β€β„οΈπŸ»
Sergio Serrano
Sergio Serrano

Posted on

App to classify bears with IA πŸ»β€β„οΈπŸ»

In 2023 all people are talking about IA. However, it is not totally new. New technologies have been developed by large companies for years, and one of the best known is Open IA.

I have built a web application using Flask to consume services from the client, in this case, the Bear type classification.

Image description

The model used is trained with a DataSet of bear images categorized into 6 classes, each of 50 images.

🏴classes = [polar, spectacled, pardo, panda, malayo, americanBlack]

Image description

The user should drag and drop an image or upload, clicking in the drop area to send the form.

Image description

Finally, the model makes the prediction and shows you the type of bears with their main characteristics.

Image description
It is an open source project and can be modified according to contributions.

Follow me for more content πŸ’»πŸ”¬
Link in the bio
https://github.com/SergioSerranoDv/Classification-Model

Top comments (0)