Skip to content

Flask microservice for image to text and NLP analysis of text for float note app

Notifications You must be signed in to change notification settings

mickeybarcia/float_note_ml_api

Repository files navigation

float note ML API

Flask microservice for image to text and NLP analysis of text for float note app

tools used

  • Microsoft OCR API to convert images of journal entries to text
  • Microsoft sentiment API to generate sentiment scores
  • Aylien summary API to generate summaries of text
  • nltk to pick out keywords of a text
  • Heroku for deployment

local development

# get .env for development environment values
pip install -r requirements.txt
python app.py

About

Flask microservice for image to text and NLP analysis of text for float note app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages