c2siorg / tensormap

TensorMap will be a web application that will allow the users to create machine learning algorithms visually. TensorMap will support reverse engineering of the visual layout to a Tensorflow implementation in preferred languages. The goal of the project is to let the beginners play with machine learning algorithms in Tensorflow without less backg…
Apache License 2.0
5 stars 8 forks source link

Feature : Adding FASTAPI instead of legacy flask for backend #35

Open SahanDisa opened 6 months ago

SahanDisa commented 6 months ago

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

Rayan-Rasheed commented 5 months ago

Can i work on this issue?