This project enables users to create and solve custom jigsaw puzzles by generating images using Stability AI's Stable Image Core model. Users can either upload their own image or provide a text description to generate an AI-created image, which is then converted into a puzzle.
You can explore the live version of the project, hosted on GitHub Pages, here: GenPuzzle
The backend of this project is hosted on Railway, a cloud hosting platform.
- Image Upload: Convert any uploaded image into a jigsaw puzzle.
- AI Image Generation: Generate images from text prompts using Stability AI.
- Custom Puzzle Difficulty: Adjust the number of puzzle pieces.
- Frontend: HTML, CSS, JavaScript
- Backend: JavaScript
- AI Model: Stability AI (Stable Image Core)
- Upload an image or generate one using a text prompt.
- Set the dimensions of the puzzle in settings.
- Solve the puzzle interactively.