Skip to content
This repository was archived by the owner on Aug 11, 2024. It is now read-only.

sir-guevara/image-text-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Text Extractor tool made with FastAPI backend and a React frontend

Extract text from your images with ease!

img2txt.gif

Prerequisites

  • Python (>=3.7)
  • Node.js Bun
  • npm or yarn
  • tesseract

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/your-repo.git
    cd your-repo
  2. Set up the backend (FastAPI):

    cd backend
    
    python -m venv venv
    source venv/bin/activate  # On Windows: .\venv\Scripts\activate
    pip install -r requirements.txt
  3. Set up the frontend (React):

    cd frontend
    npm install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published