An open API service indexing awesome lists of open source software.

https://github.com/premshinde-2013/blinkshot


https://github.com/premshinde-2013/blinkshot

Last synced: 2 months ago
JSON representation

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