chore: add listen docstring

This commit is contained in:
Shiven Mian 2024-02-03 19:25:50 -08:00
parent f749cb878e
commit 7a95ce4dd8
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
"""
Listens to chunks of audio recorded by user.
Run `python listen.py` to start the server, then `cd user` and run `python record.py` to record audio.
"""
from fastapi import FastAPI, WebSocket
import uvicorn
import json