While I was looking for an idea to make a ML project, I saw the link to lobe.ai site on the workshop discussion chat at the ML Hacks Discord. I loved the tool and started thinking about some projects I could do with it. After couple of experiments I decided to make an app to help birdwatcher identify the birds by using images of them.
The app asks an image URL and tells which specie it is using an ai model.
I used lobe.ai to train the model, and tkinter to create the GUI.
I had some difficulties using the lobe library due to version mismatches and decided not use it. Instead, I relied on the functions provided in the example code provided by Lobe.
Before this project, I had no experience with AI and hadn't made a GUI using tkinter. This was a fun start for me in the world of machine learning.
I think my project fits the ML + Science track, as it provides information about bird species. However, if you consider it irrelevant, I'm open to being placed in the Catchall (any) ML track."
Built With
- lobe.ai
- python
- tkinter
Log in or sign up for Devpost to join the conversation.