https://github.com/abdouaziz/rltime
Realtime Assistant- LLM TTS
https://github.com/abdouaziz/rltime
asr gpt-3 real-time wolof
Last synced: about 1 month ago
JSON representation
Realtime Assistant- LLM TTS
- Host: GitHub
- URL: https://github.com/abdouaziz/rltime
- Owner: abdouaziz
- Created: 2023-04-10T01:08:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-08T09:57:07.000Z (about 2 years ago)
- Last Synced: 2025-03-24T20:17:02.401Z (about 2 months ago)
- Topics: asr, gpt-3, real-time, wolof
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Waxal: Realtime Assistant
## Description
Waxal is a real-time assistant that helps you manage your time and tasks. It is based on gpt-3.5-turbo and utilizes the [OpenAI API](https://beta.openai.com/).**Note**: Before getting started, make sure to create a `.env` file and add your API key to it, as follows:
```python
FRAMES_PER_BUFFER = 32000
CHANNELS = 1
RATE = 16000
PING_INTERVAL = 5
PING_TIMEOUT = 20
OPENAI_API_KEY = YOUR_API_KEY
```## Installation and Usage
```python
git clone https://github.com/abdouaziz/rltime.git
cd rltime
pip install -r requirements.txt# Run Waxal
python waxal/server.py # for the server
python waxal/client.py # for the client
```## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.Feel free to contribute and enhance the functionality of Waxal.