Skip to content

cu-ecen-aeld/final-project-dylanzflores

Repository files navigation

Final Project — ECEN Course

My individual repo for the final project.

Project Overview

Main documentation:
Project Overview Wiki

Description

This project translates text captured from a USB camera and displays the translated text on a 1.51-inch OLED display.
Language selection is done interactively using a rotary encoder wired through GPIO pins.
Google Cloud Vision API is used for OCR, and Google Cloud Translate API for translations.

Requirements / Libraries

To run this project on a Raspberry Pi, install the following Python packages:

pip install opencv-python
pip install google-cloud-storage
pip install google-cloud-vision
pip install google-cloud-translate
pip install Pillow
pip install RPi.GPIO

About

final-project-dylanzflores created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages