Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 909 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 909 Bytes

Extreme text enhancer

Beautify and enhance your text as if it had been written by someone very formal and cultured.

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.

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 **

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