xiao11lam / podcast-ai-lab

Laboratory repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PodCatch!

This is an python supported web application using the Flask backend.

Install

  • Clone the repo
git clone https://github.com/podcast-ai/podcast-ai-lab

Running following command to install all the dependency packages

conda create -n podcatch python=3.10
conda activate podcatch
pip install -r requirements.txt

Then simply run the app.py to render the server.

python app.py 
variable type default description generated method
sentence string none The user text query input. automatic
fileName string ./static/data/sample-000000.mp3 The file name that chosen to play. python backend
startTime float none The starting time for the chosen file to render. python backend
endTime float none The ending time for the chosen file to render. python backend

Main Search Window

Result Window

About

Laboratory repo

License:MIT License


Languages

Language:Jupyter Notebook 51.9%Language:Python 20.6%Language:HTML 15.7%Language:CSS 8.8%Language:JavaScript 2.9%