Transform traditional PDF repair manuals into interactive 3D repair guides.
- Clone the repository
git clone <repository-url>
cd MadHacks2025- Set up environment variables
cp backend/.env.example backend/.envEdit backend/.env and add your API keys:
GEMINI_API_KEY: Get from Google AI StudioTRIPO_API_KEY: Get from Tripo3D PlatformFISH_API_KEY: Get from Fish Audio
- Build and run with Docker Compose
docker-compose up --build- Access the application
- Frontend: http://localhost:3000
- Backend: http://localhost:8000
cd backend
pip install -r requirements.txt
python main.pycd frontend
npm install
npm run dev