- Python (>=3.7)
- Node.js Bun
- npm or yarn
- tesseract
-
Clone the repository:
git clone https://github.com/your-username/your-repo.git cd your-repo
-
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
-
Set up the frontend (React):
cd frontend npm install