Flask microservice for image to text and NLP analysis of text for float note app
- 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
# get .env for development environment values
pip install -r requirements.txt
python app.py