All Projects → dfederschmidt → fasttext-server

dfederschmidt / fasttext-server

Licence: MIT license
Flask web server to serve supervised models trained with FastText.

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to fasttext-server

fasttext-serving
fastText model serving service
Stars: ✭ 54 (+116%)
Mutual labels:  fasttext
pycroft
The new AG DSN management system
Stars: ✭ 16 (-36%)
Mutual labels:  flask-application
gimme-that
A file upload server tool written in Python.
Stars: ✭ 27 (+8%)
Mutual labels:  flask-application
avatar-gen
pillow 生成头像,中英文首字母或者随机像素化。Using pillow for generate avatars, first letter of string in Chinese and English or random pixel like avatars.
Stars: ✭ 31 (+24%)
Mutual labels:  flask-application
FastText.NetWrapper
.NET Standard wrapper for fastText library. Now works on Windows, Linux and MacOs!
Stars: ✭ 57 (+128%)
Mutual labels:  fasttext
Telegram-mailer
Web-application for sending messages to list of users. Use several accounts to avoid ban.
Stars: ✭ 28 (+12%)
Mutual labels:  flask-application
project-demo
An Online Web Game "You Perform, I Guess!" based on C3D Model
Stars: ✭ 36 (+44%)
Mutual labels:  flask-application
spacy-fastlang
Language detection using Spacy and Fasttext
Stars: ✭ 34 (+36%)
Mutual labels:  fasttext
ticket-tagger
Machine learning driven issue classification bot.
Stars: ✭ 24 (-4%)
Mutual labels:  fasttext
Dog-facts-API
An API returns random dog facts 🐶
Stars: ✭ 46 (+84%)
Mutual labels:  flask-application
MiniBookSearch
📗 Simple book management system using Web API "openBD" / Python(Flask)+ Vue.js + Elasticsearch
Stars: ✭ 30 (+20%)
Mutual labels:  flask-application
goclassy
An asynchronous concurrent pipeline for classifying Common Crawl based on fastText's pipeline.
Stars: ✭ 81 (+224%)
Mutual labels:  fasttext
talkshow
A Call 4 Papers System - A simple base app as example of Flask Architecture
Stars: ✭ 56 (+124%)
Mutual labels:  flask-application
compress-fasttext
Tools for shrinking fastText models (in gensim format)
Stars: ✭ 124 (+396%)
Mutual labels:  fasttext
AD-webmanager
A web interface for administration of Active Directory Domains, made in Python, with focus on easy of use and simplicity.
Stars: ✭ 26 (+4%)
Mutual labels:  flask-application
NLP-paper
🎨 🎨NLP 自然语言处理教程 🎨🎨 https://dataxujing.github.io/NLP-paper/
Stars: ✭ 23 (-8%)
Mutual labels:  fasttext
flask-template
Template for creating Flask based projects
Stars: ✭ 60 (+140%)
Mutual labels:  flask-application
textextractor2.0
🔥 This web app extracts text in an image.
Stars: ✭ 16 (-36%)
Mutual labels:  flask-application
nlpbuddy
A text analysis application for performing common NLP tasks through a web dashboard interface and an API
Stars: ✭ 115 (+360%)
Mutual labels:  fasttext
eleanor
Code used during my Chaos Engineering and Resiliency Patterns talk.
Stars: ✭ 14 (-44%)
Mutual labels:  flask-application

fasttext-server

Unmaintained: You might want to look at fasttext-serving.

travis Documentation Status Docker Automated build

Deploy your FastText models as a microservice with ease.

Getting Started

These instructions will get you up and running with fasttext-server.

Prerequisites

Installation

pip install fasttext-server

OR

You can get pre-build images from hub.docker.com.

docker pull dfederschmidt/fasttext-server:latest

Quick Start

python -m ft_server $MODEL_PATH

where $MODEL_PATH is a path to a FastText model (.bin or .ftz). You can find a selection of pre-trained models on the FastText homepage.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].