Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.txt

python 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).