Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aritra69/text-to-speech
Convert text into speech using the Hugging Face AI model
https://github.com/aritra69/text-to-speech
featured huggingface nextjs shadcn-ui tailwindcss
Last synced: 1 day ago
JSON representation
Convert text into speech using the Hugging Face AI model
- Host: GitHub
- URL: https://github.com/aritra69/text-to-speech
- Owner: ARITRA69
- Created: 2023-10-11T13:35:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-12T07:55:54.000Z (about 1 year ago)
- Last Synced: 2024-11-05T15:04:03.194Z (about 2 months ago)
- Topics: featured, huggingface, nextjs, shadcn-ui, tailwindcss
- Language: TypeScript
- Homepage: https://text-to-speach.aritra.design/
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text-to-Speech Web App
Welcome to the Text-to-Speech Web App built with Next.js, TypeScript, and the Shadcn UI Library, powered by the Hugging Face AI model.
## Introduction
This web application allows you to convert text into speech using the Hugging Face AI model. The user-friendly Shadcn UI library enhances the interface, making it a seamless experience for users.
## Installation
1. Clone the repository to your local machine:
```bash
git clone https://github.com/ARITRA69/text-to-speech/
```
3. Navigate to the project folder
4. Install the project dependencies: `npm i`
5. Start the development server: `npm run dev`
6. Open your web browser and access the app at `http://localhost:3000`.## Technologies Used
- [Next.js](https://nextjs.org/) - A React framework for building web applications.
- [TypeScript](https://www.typescriptlang.org/) - A statically typed superset of JavaScript.
- [Shadcn UI Library](https://ui.shadcn.com/) - A user interface library for building beautiful and responsive web applications.
- [Hugging Face AI Model](https://huggingface.co/) - Utilizing state-of-the-art AI models for text-to-speech conversion.