Readme changes

This commit is contained in:
Malhar Ujawane 2023-11-07 21:16:27 -08:00
parent f8924a67dd
commit 73ab03d13f

View File

@ -4,11 +4,6 @@
Open-Audio TTS is a web application that allows users to convert text into natural-sounding speech. Powered by OpenAI's text-to-speech models, this tool offers an intuitive user interface built with Chakra UI, providing a seamless experience for generating and downloading speech audio files. Open-Audio TTS is a web application that allows users to convert text into natural-sounding speech. Powered by OpenAI's text-to-speech models, this tool offers an intuitive user interface built with Chakra UI, providing a seamless experience for generating and downloading speech audio files.
# Demo
![Open-Audio TTS Demo](public/demo.png)
## Features ## Features
- **Text-to-Speech**: Convert any text into speech with high-quality voices powered by OpenAI's TTS models. - **Text-to-Speech**: Convert any text into speech with high-quality voices powered by OpenAI's TTS models.
@ -25,7 +20,7 @@ To set up the project locally, follow these steps:
1. Clone the repository to your local machine. 1. Clone the repository to your local machine.
2. Navigate to the project directory. 2. Navigate to the project directory.
3. Install dependencies with `npm install`. 3. Install dependencies with `npm install`.
4. Start the development server with `npm start`. 4. Start the development server with `npm run dev`.
5. Open `http://localhost:3000` to view it in the browser. 5. Open `http://localhost:3000` to view it in the browser.
## Usage ## Usage
@ -52,48 +47,6 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) f
- Chakra UI for the beautiful component library. - Chakra UI for the beautiful component library.
- <a target="_blank" href="https://icons8.com/icon/PgPOu9C2G4Dq/speech-to-text">Speech To Text</a> icon by <a target="_blank" href="https://icons8.com">Icons8</a> - <a target="_blank" href="https://icons8.com/icon/PgPOu9C2G4Dq/speech-to-text">Speech To Text</a> icon by <a target="_blank" href="https://icons8.com">Icons8</a>
---
Powered by OpenAI TTS
---
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.
[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`.
The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
## Deploy on Vercel ## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.