Skip to content

web service for storing classified data using text-classification package and serving the data via rest api

Notifications You must be signed in to change notification settings

samuelazran/text-classification-web-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

text-classification-web-api

web rest api service uses the text-classification package to classify and serve texts

the project built with:

Flask - microframework for http web services

Flask-Restless - provides generation of ReSTful APIs for database models defined using SQLAlchemy

SQLAlchemy - ORM library to map the database into OOP models

MySql - the database vendor, simple enough for this task

text-classification - python package you can see here: https://github.com/samuelazran/text-classification

About

web service for storing classified data using text-classification package and serving the data via rest api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages