- SvelteKit app
- /models – 3D model and AI models
- wasm files
- manifest
- Blender file for 3D model
- Python scripts for hand gesture recognition
- Dataset (~7k images)
- Note: TFDF needs linux, use Keras 2
npm install
npm run devTo create a production version of your app:
npm run buildYou can preview the production build with npm run preview.
docker build -t pupa .
docker run -p 3000:3000 pupa