/eimegem

Eimegem is an incredible project that allows you to extract text from images with a friendly interface developed in Django.

Primary LanguageJavaScript


Eimegem

A Powerful Python and Django-based Project for Text Extraction from Images

Screenshot_2023-06-09_10-33-11

Features

  • Extract text from various files formats such as JPEG, JPG, PNG, and PDF files.
  • Utilizes CHAT-GPT image to enhance text result.
  • User-friendly web interface for easy interaction and input of images.

Demo

Check out the following video to see Eimegem in action:

Eimegem.mp4

Installation & use

Follow these steps to install eimegem:

Linux Linux Docker Install through Docker to other systems (Windows, Mac...)
git clone https://github.com/ORobsonJr/eimegem git clone https://github.com/ORobsonJr/eimegem
virtualenv .venv && source .venv/bin/activate Activate virtualenviroment in your respective system...
pip3 install -r requirements.txt pip3 install decouple
python3 setup.py python3 setup.py
docker build -t eimegem .

To run through Docker

docker run -p 8000:8000 eimegem

To run through Linux

python3 manage.py runserver

Project documentation

To checkout project documentation click here