Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sslava/ai-voice-chat
AI Voice Chat
https://github.com/sslava/ai-voice-chat
nodejs openai tts voice-recognition whisper
Last synced: 25 days ago
JSON representation
AI Voice Chat
- Host: GitHub
- URL: https://github.com/sslava/ai-voice-chat
- Owner: sslava
- License: mit
- Created: 2024-02-28T19:33:02.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-04T11:45:53.000Z (4 months ago)
- Last Synced: 2024-10-03T12:21:35.284Z (about 1 month ago)
- Topics: nodejs, openai, tts, voice-recognition, whisper
- Language: JavaScript
- Homepage:
- Size: 57 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# AI voice Chat
## Installation
To install this project, follow these steps:
1. Clone the repository.
2. Run `npm install` to install dependencies.## Usage
To use this project, follow these steps:
1. Run `npm start` to start the application.
2. Open your browser and navigate to `http://localhost:8000`.## Running tech demo
```shell
## Install dependencies
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtpython demo/demo.py
```
## Contributing
Contributions are welcome! Please follow the guidelines outlined in the [CONTRIBUTING.md](./CONTRIBUTING.md) file.
## License
This project is licensed under the [MIT License](./LICENSE).