c2siorg/tensormap

Feature : Adding FASTAPI instead of legacy flask for backend

Opened this issue · 1 comments

Is your feature request related to a problem? Please describe.
flask is not ideal for implementing ML-related backends as more prominent industry-graded frameworks like FASTAPI as open source. Tensormap can be brought up to the next level using FASTAPI integration

Describe the solution you'd like

  • Add FASTAPI REST interface to app.py
  • Change endpoints using FASTAPI

Can i work on this issue?