Skip to content

nextgrid/easyocr-tut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Text Extractor powered by EasyOCR and GPT-3 as tool for summarization!

The project was prepared for the tutorial for the lablab.ai platform by @jmisilo.

How to run project?

Clone repository using:

git clone https://github.com/nextgrid/easyocr-tut

Create virtual environment using:

python -m venv venv

Activate it:

./venv/Scripts/activate

Then install required dependencies:

pip install -r requirements.txt

Now create .env file and put you OpenAI API key in it.

OPENAI_API_KEY=<your_api_key>

Now you can use project!

Powered by New Native!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages