https://github.com/codingforentrepreneurs/fastapi-microservice-for-django
Deploy a microservice REST API endpoint for our Try Django 3.2 https://cfe.sh/projects/try-django-3-2 project using FastAPI, pytesseract, Docker, & DigitalOcean App Platform.
https://github.com/codingforentrepreneurs/fastapi-microservice-for-django
digitalocean digitalocean-app-platform docker fastapi microservice pytessearct python3 tutorial
Last synced: 2 days ago
JSON representation
Deploy a microservice REST API endpoint for our Try Django 3.2 https://cfe.sh/projects/try-django-3-2 project using FastAPI, pytesseract, Docker, & DigitalOcean App Platform.
- Host: GitHub
- URL: https://github.com/codingforentrepreneurs/fastapi-microservice-for-django
- Owner: codingforentrepreneurs
- Created: 2021-08-31T20:43:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-04T16:47:59.000Z (over 4 years ago)
- Last Synced: 2025-02-04T23:29:52.124Z (12 months ago)
- Topics: digitalocean, digitalocean-app-platform, docker, fastapi, microservice, pytessearct, python3, tutorial
- Language: Python
- Homepage: https://www.codingforentrepreneurs.com/projects/fastapi-microservice-django
- Size: 95.7 KB
- Stars: 87
- Watchers: 6
- Forks: 51
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://www.codingforentrepreneurs.com/projects/fastapi-microservice-django)
Learn to deploy a FastAPI application into production DigitalOcean App Platform. This is a microservice for our [Try Django 3.2](https://www.codingforentrepreneurs.com/projects/try-django-3-2) project. The goal is to extract any and all text from images using a technique called OCR.
Here's a list of the packages we will use to accomplish this:
- FastAPI
- Tesseract OCR
- pytesseract
- pre-commit
- pytest
- Gunicorn
- Uvicorn
- Requests
- Docker
- and more
## Want to just run the app?
Click below to deploy to DigitalOcean. Be sure to grab your $100 credit [here](https://do.co/cfe-github).
[](https://cloud.digitalocean.com/apps/new?repo=https://github.com/codingforentrepreneurs/FastAPI-Microservice-for-Django/tree/main)