Skip to content

arimbr/valohai-fasttext-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Production Machine Learning Pipeline for Text Classification

This repository is the support for three articles:

ml-pipeline

Libraries and code structure

  • fastText is a library for efficient text classification and representation learning.

Check the code in commands.py to see how to use fastText's Python bindings.

  • Valohai is a machine learning platform that automates MLOps and record keeping.

Check the code in valohai.yaml to see how to integrate your custom ML code with Valohai.

  • FastAPI is a web framework for high performance, easy to learn, fast to code and ready for production.

Check the code in api.py to see how to create models and prediction endpoints.

About

Production Machine Learning Pipeline for Text Classification with fastText

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors