Everyday AI Tools

Everyday AI Tools

Toys 🔥 Open Source AI Tool

Toys, an open-source AI tool designed for everyday purposes utilizes Google’s Gemini large language model. While it currently offers a limited number of tools, more useful ones will be added over time.

Table of Contents

Table of Contents
List of Tools
Community
Contributing
Getting Started
Acknowledgements
License

List of Tools

Caption GeneratorGenerate caption for Instagram and more from image and can generate human-like captions for any image.

Grammar CheckerCheck and fix grammar and spelling errors.

Image to PromptGenerate enhanced prompt from image.

ParaphraserRephrase sentence or paragraph in different words without changing meaning.

SummarizerSummarize paragraphs & sentences in proper simplest format.

Text ExtractorExtract text from image in proper format.

Community

We have a Discord community for developers and creators, a place where you can voice your ideas, explore the products we’ve made, and have awesome chats.

Contributing

Enhance the awesomeness of Unburn Toys by making your own contributions.

Getting Started

A concise guide to launching the application on your local machine is available in this segment.

Install Dependencies (Requires Node.js v18 or higher.)

npm install

In .env.local.example (Rename to .env.local) Retrieve your API key from Google AI Studio and insert it into GOOGLE_API_KEY. There is no need to modify the MODEL_NAME.

GOOGLE_API_KEY=
MODEL_NAME=gemini-1.5-pro-latest

Run the app (In development)

npm run dev

Acknowledgements

Leveraging Next.js and NextUI accelerates our development process, leading to enhanced production efficiency.

License

The GNU General Public License version 3.0 (GPL-3.0) is a widely used open-source license that grants users the freedom to use, modify, and distribute software under the condition that any derivative works are also licensed under GPL-3.0 and the source code is made accessible to end-users. It ensures that software remains open and accessible, fostering collaboration and innovation within the open-source community.

Leave a Reply

Your email address will not be published. Required fields are marked *