Demo.mp4
Ninja Therapy is a web application inspired by the Android game Fruit Ninja. Instead of slicing fruits, users can upload pictures and slice them. The project also plans to integrate TensorFlow.js to scan the user's hands, allowing image splitting without using the mouse.
Docker and Docker Compose are installed on your machine.
- Clone the repository.
- Build and run the Docker containers:
docker-compose up --build
- Access the application: Open your browser and navigate to http://localhost:8000.
Just upload the image and enjoy playing.
- Integration with TensorFlow.js for Hand Scanning: Use TensorFlow.js to scan the user's hands. Enable image splitting using hand gestures, eliminating the need for a mouse.
This project is licensed under the MIT License. See the LICENSE file for details.