Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stv-beep/extreme-text-enhancer
Beautify and enhance your text (using AI) as if it had been written by someone very formal and cultured.
https://github.com/stv-beep/extreme-text-enhancer
ai cohere midudev-cohere-2023
Last synced: 29 days ago
JSON representation
Beautify and enhance your text (using AI) as if it had been written by someone very formal and cultured.
- Host: GitHub
- URL: https://github.com/stv-beep/extreme-text-enhancer
- Owner: stv-beep
- Created: 2023-01-28T16:12:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T14:40:12.000Z (9 months ago)
- Last Synced: 2024-10-06T10:03:01.668Z (about 1 month ago)
- Topics: ai, cohere, midudev-cohere-2023
- Language: JavaScript
- Homepage: https://extreme-text-enhancer.vercel.app
- Size: 3.11 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Extreme text enhancer
#### Beautify and enhance your text as if it had been written by someone very formal and cultured.
![](https://aleixalguero.vercel.app/static/media/textenhancer.a0cc6ef1ecc4db77860c.png)
For example:
- Normal sentence: `I like the chocolate.`
- Enhanced sentence: `I am fond of the confectionery known as chocolate.`#### This app is using [https://cohere.ai](https://cohere.ai).
Keep in mind that as an AI, sometimes takes more time than usual and it can fail and display the same input sentence, or something unnatural. If this last thing happens, just try again.** [demo here](https://extreme-text-enhancer.vercel.app) **
### Built with
- Vite
- React
- Tailwind
- co:here AI
- Vercel## Getting started
### Development
`npm install``npm run dev`
#### Create a .env file in the root and add:
`VITE_COHERE_API_KEY=`
### Production
`npm run build``npm run preview`