Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeugregg/stack-overflow-tagger

Automatic Tagger for StackOverFlow Questions using Supervised and Unsupervised models
https://github.com/jeugregg/stack-overflow-tagger

flask latent-dirichlet-allocation random-forest stackoverflow stackoverflow-questions

Last synced: about 1 month ago
JSON representation

Automatic Tagger for StackOverFlow Questions using Supervised and Unsupervised models

Awesome Lists containing this project

README

        

# Stack Overflow tagger
[ENGLISH]
Auto-tagger for Stackoverflow Questions
For Machine Learning Engineer Openclassrooms Project.

This project is about an API development to predict tags (keywords) of user questions on StackOverFlow website.

For API, it is necessary :
- to use different methods : supervised / non-supervised
- use some text treatments like cleaning, stemming, stop-words

Finally, a model is proposed for testing the prediction API.
This API is deployed on this website : http://jeugregg.eu.pythonanywhere.com/

[FRANCAIS]
Catégorisez automatiquement des questions
Travaux sur le projet 5 Openclassrooms du parcours Ingénieur Machine Learning.

Ce projet consiste à proposer une API de prédiction de tags (mots-clés) en relation avec les questions posées par les utilisateurs sur le forum web StackOverFlow.

Pour l'API, il est necessaire :
- d'utiliser différentes approches supervisées et non-supervisées,
- d'utiliser des traitements du texte tel que le «stemming»,

Enfin, un modèle adapté est proposé pour tester une API de prédiction.
Cette API est opérationnelle pour le test : http://jeugregg.eu.pythonanywhere.com/