Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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`