Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flameface/unburn-toys
Unburn Toys is an open-source AI project with a bunch of useful tools.
https://github.com/flameface/unburn-toys
Last synced: about 1 month ago
JSON representation
Unburn Toys is an open-source AI project with a bunch of useful tools.
- Host: GitHub
- URL: https://github.com/flameface/unburn-toys
- Owner: flameface
- License: gpl-3.0
- Created: 2024-02-24T05:24:34.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-21T07:35:41.000Z (8 months ago)
- Last Synced: 2024-05-02T05:11:08.948Z (8 months ago)
- Language: TypeScript
- Homepage: https://toys.unburn.tech
- Size: 14.2 MB
- Stars: 10
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - flameface/unburn-toys - Unburn Toys is an open-source AI project with a bunch of useful tools. (TypeScript)
README
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.
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/K1iD7P?referralCode=pwZhnp)
## Table of Contents
- [Table of Contents](#table-of-contents)
- [List of Tools](#list-of-tools)
- [Community](#community)
- [Contributing](#contributing)
- [Getting Started](#getting-started)
- [Acknowledgements](#acknowledgements)
- [License](#license)## List of Tools
1. **[Caption Generator](https://toys.unburn.tech/caption-generator)** - *Generate caption for Instagram and more from image and can generate human-like captions for any image.*
2. **[Grammar Checker](https://toys.unburn.tech/grammar-checker)** - *Check and fix grammar and spelling errors.*
3. **[Image to Prompt](https://toys.unburn.tech/image-to-prompt)** - *Generate enhanced prompt from image.*
4. **[Paraphraser](https://toys.unburn.tech/paraphraser)** - *Rephrase sentence or paragraph in different words without changing meaning.*
5. **[Summarizer](https://toys.unburn.tech/summarizer)** - *Summarize paragraphs & sentences in proper simplest format.*
6. **[Text Extractor](https://toys.unburn.tech/text-extractor)** - *Extract text from image in proper format.*## Community
We have a **[Discord community](https://discord.gg/Edy7rNEY9t)** 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.1. Install Dependencies (Requires Node.js v18 or higher.)
```
npm install
```2. In `.env.local.example` (Rename to `.env.local`) Retrieve your API key from [Google AI Studio](https://aistudio.google.com/) 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
```3. Run the app (In development)
```
npm run dev
```## Acknowledgements
Leveraging **[Next.js](https://nextjs.org/)** and **[NextUI](https://nextui.org/)** 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.