Repository for Sadhguru video recommendation project for the NGO Isha Foundation. The aim is to provide a natural language interface to users to "ask" questions and be given specific excerpts from Sadhguru's YouTube videos, blogs, or podcasts that "answer" those questions.
This project was created during the pandemic of 2020, which was an especially hard time, in the cause of mental well-being and stability. From burdening existential questions, to practical advice, this project was made to be a guiding light for anyone and everyone.
This PoC project was done in collaboration with the Isha Foundation, and was handed over to their technical team for deployment on their official app.
STATUS: [POC READY]
Find the demo of the project pilot here
- backend/recommender.py -> refactor code to integrate podcast recommendations along with YouTube recommendations.
- frontend/utils.py -> refactor code to integrate podcast recommendations along with YouTube recommendations.
- backend/clients/podcast_client.py -> clean up code in podcast_client.py
- Update README.md (with basic usage, documentation and purpose of the project).
- Take it from POC to PROD using [
FastAPI
xStreamlit
] for frontend and [Google Cloud Platform
/Amazon Web Services
] as deployment platform. - ADD. COMMENTS. EVERYWHERE.