https://github.com/premshinde-2013/blinkshot
https://github.com/premshinde-2013/blinkshot
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/premshinde-2013/blinkshot
- Owner: PremShinde-2013
- Created: 2024-11-08T14:01:32.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T09:02:34.000Z (6 months ago)
- Last Synced: 2025-01-21T22:16:40.840Z (4 months ago)
- Language: TypeScript
- Homepage: https://blinkshot-vert.vercel.app
- Size: 445 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
DreamRender
An open-source real-time AI image generation platform powered by Flux and Together.ai, enhanced with deep learning capabilities.## Tech stack
- [Flux Schnell](https://www.dub.sh/together-flux/) from BFL for advanced image generation models
- [Together AI](https://www.dub.sh/together-ai) for AI inference and scalable deep learning workflows
- Next.js app router with Tailwind CSS for responsive and interactive UI
- Helicone for in-depth observability and tracking
- Plausible for website analytics## Cloning & running
1. Clone the repository: `git clone https://github.com/Nutlope/blinkshot`
2. Create a `.env.local` file and add your [Together AI API key](https://www.dub.sh/together-ai): `TOGETHER_API_KEY=`
3. Run `npm install` followed by `npm run dev` to install dependencies and start the project locally