https://github.com/programordie2/fairytaleai
A cool AI fairytale generator with images
https://github.com/programordie2/fairytaleai
ai typescript
Last synced: 4 months ago
JSON representation
A cool AI fairytale generator with images
- Host: GitHub
- URL: https://github.com/programordie2/fairytaleai
- Owner: programORdie2
- License: gpl-3.0
- Created: 2024-04-10T15:00:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-04T22:26:04.000Z (about 1 year ago)
- Last Synced: 2025-04-03T02:34:08.192Z (8 months ago)
- Topics: ai, typescript
- Language: HTML
- Homepage: https://fairytale.programordie.workers.dev/
- Size: 13.2 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AI fairytale genarator with images
A cool site where you can upload an image, select a language, let the AI do it's magic and receive a fairytale about that image, in your selected language, with 2 images!
## Demo
[⭐ Check it out here!](https://fairytale.programordie.workers.dev/)
[](https://fairytale.programordie.workers.dev/)
## Run locally
If you want to try this on your own machine, you can run this on your localhost:
- Download this repo or clone the code with git.
- Open the folder where you saved the code.
- [Install Wrangler if you haven't done that yet](https://developers.cloudflare.com/workers/wrangler/install-and-update/).
- Create a new project with ``npm create cloudflare@latest``. If prompted, say yes to TypeScript.
- Copy the code of the download ``/src`` folder to the new one.
- Run the code with ``npx wrangler dev``.
- Open the URL in your browser.
- If you want, you can deploy it to cloudflare with ``npx wrangler deploy``
### Thats it!