A Machine learning based project to predict the appropriate tags for any question that you intend to ask on stackoverflow using a Multilable Text classification algorithm.
For more information on the model click here
- Clone GitHub repository.
cd Stackoverflow-Tag-Prediction
- Download all dependencies by running
pip3 install -r requirements.txt
- Run flask server
python3 main.py
Endpoint: /api/getRecommendedTags
Run the following commands
cd client
npm run build
cd ..
python3 main.py
Once the server is up and running, visit localhost:5000 through your browser
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.