Skip to content

zOmegad/ocr_flask

Repository files navigation

GrandpyBOT - OCR 🤖

Python3 flask app that find places and history about it, simply with Wikimedia and Mapbox API.

Improvements

🌱 mongodb database connection

💬 comment section with username, avatar

🗃 sort system for reposted comments

⬆️ repost upvote system

Requirement

Installation

$ pip install -r requirements.txt

To run server with debug mode :

$ FLASK_APP=app.py FLASK_ENV=development flask run

Generate data

$ python3 data_generator.py

Run tests

$ pytest -vv

Coverage :

$ pytest --cov .