This is the frontend of the Podcast Website which generates a summary of podcast with the help of RSS feed.
- Clone the repository to your local machine:
git clone https://github.com/notTanveer/Podcast-Frontend.git cd Podcast-Frontend
- Install the required Python packages. You can use a virtual environment or your preferred package manager:
pip install -r requirements.txt
- Run the streamlit app:
streamlit run app.py
- The app will open in your browser. You can interact with the app to view existing podcast details and process new podcast feeds
- Python 3.6+
- Streamlit
- Modal (for cloud function invocation)
The app utilizes a cloud function called process_podcast
to process podcast feed URLs and retrieve podcast information. This function is available in the "corise-podcast-project" project.
This app was created by Tanveer Ansari. It uses Streamlit for the web interface and Modal for cloud function invocation.
This project is licensed under the MIT License. See the LICENSE file for details.