- Predict tags of StackOverflow posts using OneVsRestClassifier.
 ❝ Want to make search even more faster ? Tags are the solution you are likely to look for. ❞
 
- Backend Framework - Flask
- Frontend Framework - React Native
- 
Install all the packages as specified in the Requirements File 
- 
Download the Dataset 
- 
Execute the StackOverflow CSV Preprocessing.py to clean the posts i.e removing the stopwords 
- 
This would generate 3 files: 
- 
Execute the savejob.py to train the model 
- 
This would generate 2 files i.e Trained Model: 
- 
Execute the server.py to run the model on the flask server 
- 
Open the Link in your web browser. This would return a json: - { "tags": [ "mysql", "python" ] }
 
