Skip to content

BenK93/GeThaText

Repository files navigation

Forks Stargazers Issues MIT License LinkedIn

Logo

GeThaTexT - Free OCR Website

Table of Contents
  1. About The Project
  2. Getting Started

About The Project

GeThaTexT is a website that offer a free OCR (Optical Character Recognition) to anyone User must authenticate (registering to email & password) or via Facebook/Google login And then can upload an image (must be under 2MB size) and get the text hidden in the image!

Example of Usage:

  • Home Page

Screen Shot 2021-10-28 at 22 23 01

After authenticating you can upload you image.

  • Image for example

Screen Shot 2021-10-28 at 22 24 47

Screen Shot 2021-10-28 at 22 26 24

NOTE: after the upload is finished, you will be need to click on the green eye Icon Logo ENJOY!

Built With

Front End

Back End

Getting Started

Prerequisites

Node.js

Installation

  • There are dependencies that need to be downloaded for both Frontend & Backend
  1. Clone Repo
   git clone https://github.com/BenK93/GeThaText.git

Frontend Installation

  1. cd frontend/gui
  2. npm i
  3. npm start (to run on localhost)

Backend Installation

  1. cd backend/src
  2. pipenv shell (creating virtual environment)
  3. pipenv install -r requirements.txt
  • if all dependencies downloaded succesfully run:
  1. python manage.py runserver (to run on localhost )

(back to top)