Feature : Adding FASTAPI instead of legacy flask for backend
Opened this issue · 1 comments
SahanDisa commented
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
Rayan-Rasheed commented
Can i work on this issue?