kushagra-aa / exxtracktor

Fullstack App: Text Extraction Application | Python-Django TypeScript-ReactJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exxtracktor

Fullstack App: Text Extraction Application

Extract Text from the Images

Built with 🤍 For You!

Features

  • Img to Text Extraction
  • Minimal UI.

Easy OCR

Technologies Used

  • Frontend: ReactJS, TypeScript
  • Frontend: Django, Python

Screenshots

image image image image

Run Locally

  1. Clone the repository:

    git clone https://github.com/kushagra-aa/exxtracktor.git
  2. Navigate to the project directory:

    cd exxtracktor
  3. Setup the Backend

    cd backend

    a. Setup Python Virtual Environment

    python -m venv venv

    b. Active the virtual environment

    venv\Scripts\activate

    c. Install Dependencies

    pip install -r requirements.txt

    d. Create SuperUser

    python manage.py createsuperuser

    e. Create SuperUser

    python manage.py makemigrations

    f. Create SuperUser

    python manage.py migrate
  4. Setup the Frontend

    cd frontend
    1. Install dependencies
    yarn
  5. Run Frontend

    cd frontend; yarn dev
  6. Run Backend

    cd backend; python manage.py runserver

About

Fullstack App: Text Extraction Application | Python-Django TypeScript-ReactJS


Languages

Language:Python 38.0%Language:TypeScript 34.8%Language:CSS 24.3%Language:JavaScript 1.6%Language:HTML 1.3%