Skip to content

Commit 05ca6a3

Browse files
Brandon LeiBrandon Lei
Brandon Lei
authored and
Brandon Lei
committed
updated readme
1 parent 9047bdd commit 05ca6a3

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Voice Assistant Implementation Plan
1+
# Voice Assistant Backend
22

33
## Overview
4-
A FastAPI-based voice assistant that handles speech-to-text, natural language processing, and text-to-speech conversion using OpenAI's Whisper, GPT models, and Azure's Speech Services.
4+
This FastAPI backend handles speech-to-text, natural language processing, and text-to-speech conversion using OpenAI's Whisper, GPT models, and Azure's Speech Services.
55

66
## Setup & Prerequisites
77

@@ -72,10 +72,4 @@ uvicorn main:app --reload
7272
5. Generate test WAV file:
7373
```bash
7474
python3 test.py
75-
```
76-
77-
## Contribution
78-
Feel free to submit issues and enhancement requests!
79-
80-
## License
81-
MIT
75+
```

0 commit comments

Comments
 (0)