Sumcast

所属分类:特征抽取
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2024-01-14 07:41:05
上 传 者sh-1993
说明:  此应用程序帮助您总结播客内容。
(This app helps you to summarize a podcast content.)

文件列表:
core/
ui/
__init__.py
constants.py
main.py
requirements.txt

# podcast_summary This app helps you to summarize a podcast content. # UNDER CONSTRUCTION Required libraries: feedparser -> the fetch the data from Podcast RSS pip3 install SpeechRecognition pydub pip install openai-whisper uvicorn.run('main:app', host="0.0.0.0", port=8000, workers=4) python3 -m uvicorn main:app --host 0.0.0.0 --port 8000 --reload -> for development curl -X POST -H "Content-Type: application/json" -d '{"podcast_name": "startalk", "episode_name": "This is Your Brain on social media with anna lembke, MD"}' http://localhost:8000/api/summarize/

近期下载者

相关文件


收藏者