Take a picture, get a 3D print of it!
- Devpost Project Page - won 2 sponsor prizes (MASV & Groq) at Hack The North 2024!
- Coming into production soon! Join the waitlist - https://3dprintpic.com/
Backend
cd backend/
uvicorn main:app --host 0.0.0.0 --reload --port 8004
Frontend
cd frontend/
npm run dev