fjavihortelano / OCR-Translate-App

Proyecto de prácticas de la asignatura Inteligencia Ambiental.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OCR-Translate-App

Proyecto de prácticas de la asignatura Inteligencia Ambiental.

Practice project for the subject Ubiquitous Computing

¿Qué es?

Aplicación para Android, iOS y Windows Phone con servidor en Python. Mediante este software, puede obtenerse el texto de una imagen traducido a casi cualquier lenguaje.

What is it?

Android, iOS and Windows Phone application with Python server. Through this software, you can get the text from an image and translate it to almost every language.

Servidor / Server (Debian Based Distributions)

Instalar librerías / Packages installation

Bajo el entorno Python2.7; es necesario tener instalado la herramienta pip.

Under environment Python2.7; it is necessary to have the tool pip.

$ sudo apt-get install python-pip

Instalar las siguientes librerías:

Install the following packages:

$ pip install tesserocr
$ pip install opencv-python
$ pip install googletrans

Aplicación móvil / Mobile Application

Para instalar la aplicación móvil, simplemente hay que entrar en la carpeta Client Application, escanear con el móvil el código QR y se descargará automáticamente.

For installing the app, you have to enter the folder Client Application, scan the QR code with your mobile phone, and download begins automatically.

About

Proyecto de prácticas de la asignatura Inteligencia Ambiental.


Languages

Language:JavaScript 68.4%Language:Java 13.9%Language:CSS 7.4%Language:HTML 3.7%Language:Objective-C 3.2%Language:PowerShell 2.0%Language:Python 0.4%Language:Shell 0.3%Language:C# 0.2%Language:Batchfile 0.2%Language:Makefile 0.1%Language:C++ 0.1%Language:C 0.1%Language:QML 0.0%Language:AppleScript 0.0%