Skip to content

Unburn Toys is an open-source AI project with a bunch of useful tools.

License

Notifications You must be signed in to change notification settings

Kulin-Soni/unburn-toys

 
 

Repository files navigation

Unburn Toys

An open-source AI project with a bunch of useful tools.

AboutToolsDeploy Your OwnManual InstallationLive Preview

About

I built this using the latest Gemini Pro model and Next.js

Tools

  • Caption Generator
  • Image to Prompt
  • Prompt Enhancer
  • Image Text Extractor
  • Grammar Checker
  • Paraphraser
  • Summarizer

Deploy Your Own

Deploying to Vercel just requires a single click:

Deploy with Vercel

Manual Installation

Clone this project using git.

git clone https://github.com/flameface/unburn-toys.git

Installing all dependencies.

npm install

Create .env.local file in root directory and put your API key. (Get it here: AI Studio).

GOOGLE_API_KEY=XXXXXXXXXXXXXXXXX

Finally run the following command to start the app.

npm run dev

You should now be able to access your app at localhost:3000.


About

Unburn Toys is an open-source AI project with a bunch of useful tools.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.8%
  • CSS 7.1%
  • JavaScript 0.1%