Giter VIP home page Giter VIP logo

ml_stackoverflow's Introduction

StackOverflow Tag prediction

Organisation

Ce dépôt contient deux notebook Jupyter ainsi qu'une application de prédiction.

P5_notebook_exploration.ipynb

Ce notebook contient une analyse du dataset sur la fréquence des mots et des tags, ainsi qu'un nettoyage des balises HTML.

Il exporte un dataset utilisé par le deuxième notebook.

P5_notebook_test.ipynb

Ce notebook test différents modèles de classification multilabels, sélectionne le meilleur, effectue une recherche d'hyperparamètres et sérialise le meilleur modèle afin qu'il soit utilisé dans l'application.

app/

L'application de prédiction comporte un frontend Streamlit permettant d'afficher une interface sommaire pour y entrer un texte à analyser, ainsi qu'un backend FastAPI pour exposer le modèle grâce à une API REST.

Installation

L'application peut se lancer grâce à la commande docker-compose:

docker-compose up

lancée à la racine (là où se trouve le fichier docker-compose.yml).

Utilisation

Frontend

Une fois le swarm docker lancé, l'UI de l'application est utilisable à l'adresse http://localhost:8501.

API

L'API est utilisable indépendemment à l'adresse http://localhost:8000. La spécification OpenAPI est disponible ici.

ml_stackoverflow's People

Contributors

jbips avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.