Loading repository data…
Loading repository data…
keremsemiz / repository
An efficient way to manage school cafeteria lines. Built using Tesseract,js, FastAPI.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
An easy-to-use solution for monitoring school cafeteria lines using computer vision and web technologies.
Before Installing locally, try the deployed version here: https://schoollineocr-tesseract.netlify.app/mensa-manager
Clone the repository:
git clone https://github.com/keremsemiz/school-line-manager.git
Install dependencies for both the backend (FastAPI) and the frontend (React.js): Backend (FastAPI):
cd backend
pip install -r requirements.txt
Frontend (React.js):
cd frontend
npm install