Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekafyi/diagramify
Web app that explains concepts with Gemini AI + Mermaid diagram
https://github.com/ekafyi/diagramify
Last synced: 29 days ago
JSON representation
Web app that explains concepts with Gemini AI + Mermaid diagram
- Host: GitHub
- URL: https://github.com/ekafyi/diagramify
- Owner: ekafyi
- License: mit
- Created: 2024-03-29T14:28:51.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-01T15:49:07.000Z (9 months ago)
- Last Synced: 2024-04-01T17:27:28.736Z (9 months ago)
- Language: Svelte
- Homepage: https://diagramify.vercel.app
- Size: 734 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# diagramify
https://diagramify.vercel.app
Understand concepts through diagrams. Fun little project built for the #GeminiSprint.
- [Gemini Pro AI](https://ai.google.dev/docs) generates the diagram in [Mermaid](https://mermaid.js.org) syntax
- Web app built with [Astro](http://astro.build), styled with [DaisyUI](http://daisyui.com)## Forking or cloning
1. Fork/clone this repo
2. Run `npm install` (or other package managers’ equivalent)
3. Copy `.env.example` to `.env` and add your own API key
- Get a free API key in [Google AI Studio](https://makersuite.google.com/app/apikey) (account required)
4. Have fun!