https://github.com/rkv0id/podcas
Podcast search and exploration library.
https://github.com/rkv0id/podcas
Last synced: 3 months ago
JSON representation
Podcast search and exploration library.
- Host: GitHub
- URL: https://github.com/rkv0id/podcas
- Owner: rkv0id
- Created: 2024-08-25T01:38:57.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T23:24:59.000Z (9 months ago)
- Last Synced: 2025-01-03T12:29:59.852Z (5 months ago)
- Language: Python
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Podcas: Podcast Search and Recommendation Engine
This repository comprises two separate packages.
`podcas` is a flexible library that lets users explore podcasts datasets with some specific schema requirements (to be added later).
`podcas-api` is a FastAPI service that exposes `podcas` search capabilities under simple endpoints. It also provides a caching layer to avoid duplicate computation.Please checkout both packages `README`s.