GearCheer / ZoomersGonnaZoom

A discord bot to identify the make of cars. Written in Rust.
GNU General Public License v3.0
0 stars 0 forks source link

Investigate image recognition frameworks for Rust #3

Open GearCheer opened 1 year ago

GearCheer commented 1 year ago

The idea for this bot is to allow users to identify the Make of a vehicle in the photo. First, we need to decide what framework to use. For the purpose of this project, I'd like to have the image recognition be co-located with the discord framework. In a real project, we probably should seperate these two since the client should be separate from the backend (and I may do this in the future), but for simplicity's sake we'll keep them together.

Regardless, for this ticket, investigate the different image recognition frameworks available for Rust. I don't want to pick a platform just yet, but I do have some experience with Tensorflow, so that's a decent starting point.

Investigation can be placed in a comment in this issue, or we can place it in a documentation directory. Use your discretion. If we do make a documentation directory though, link to it in a comment.