Needs advice
on
FlaskFlask
and
ReactReact

Hello all! I am new here. For one of my personal projects, I am trying to build an app around an ML model. I have created an API for the ML model using Flask. How do I proceed from here? It is a model that classifies the emotion into one of 7 categories, based on the textual input given by the user. Then, from a database of songs that are tagged with the appropriate emotion they convey, three random songs are selected and the links are provided to the user. I want to build an app around this. I also want to be able to get feedback from the user and incorporate it into the ML model to train it further. I am capable of using React for the frontend part.

READ LESS
6 upvotes·91.3K views
Replies (1)
Systems Engineer at Infosys·
Recommends
on
React

I don't think this is a fair comparison as both are different ends. Flash is a microframework of Python, and React is a UI library of Javascript. Try building the app using React, as it has a rich ecosystem around visualizations. Just a quick thing to say, if you want to develop a good application you have to use Javascript in any way.

READ MORE
4 upvotes·10.8K views
Avatar of Sreya Gadepally