From 7a95ce4dd831a7f8599f4bf595057ab252497470 Mon Sep 17 00:00:00 2001 From: Shiven Mian Date: Sat, 3 Feb 2024 19:25:50 -0800 Subject: [PATCH] chore: add listen docstring --- OS/01/assistant/listen.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/OS/01/assistant/listen.py b/OS/01/assistant/listen.py index 948ef9a..44a089b 100644 --- a/OS/01/assistant/listen.py +++ b/OS/01/assistant/listen.py @@ -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