Python Forum
Best framework for MySQL interaction and Tensorflow / TFLite inference?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Best framework for MySQL interaction and Tensorflow / TFLite inference?
#1
I want to build a web-based application that a few people would use to process images and test Tensorflow / Tensorflow Lite models. The backend will be implemented in Python and needs to be able to:

Query a MySQL database containing images
Load one or more Tensorflow /TFLite models on request
Perform inference using the retrieved images and the loaded models

On the frontend side, I have some Javascript code to show and process the images and I want to integrate this code in the application. I also need some basic authentication. I don't have particular requirements about performances because only one or two people will be using the application simultaneously.

I was thinking about FastAPI because it's simple but I'm not sure it can satisfy my requirements without extra work. Are there some obvious disadvantages, or is there a more suitable framework for this type of project?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  A crazy project involving webpage interaction apsaditya 7 5,109 May-20-2018, 05:39 AM
Last Post: apsaditya

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020