Unlocking children's boundless creativity with the power of AI. This project, still in its very early stages, is powered by SvelteKit and Tailwind.css.
At WonderMakers.ai, we envisioned a platform where a simple photograph of a child’s drawing could be transformed into a beautifully rendered cartoon with a meaningful storyline. Parents or children could choose a style and a narrative centered on pivotal life lessons such as ‘empathy,’ ‘sharing,’ ‘resilience,’ ‘family values,’ and the essence of ‘true friendship.’
However, despite our enthusiasm, we found that the technology wasn’t quite there to fully realize our vision. The project is currently in its early stages 🚧, with parts of the front-end made using SvelteKit and Tailwind.css. We believe in the power of collective innovation, so we’ve open-sourced the project, inviting anyone inspired to take it forward.
Developers, educators, and creative minds are invited to build upon our groundwork and inch closer to making this dream a reality!
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
sh npm install npm@latest -g
Clone the repo
sh git clone https://github.com/GrayMatterAI/WonderMakers
Install NPM packages
sh npm install
Once you've created a project and installed dependencies with npm install
, start a development server:
bash npm run dev
or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
bash npm run build
You can preview the production build with npm run preview
.
To deploy your app, you may need to install an adapter for your target environment.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the Apache 2 License. See LICENSE
for more information.
Graymatter AI - tech@graymatter.ai