DEV Community

Cover image for Podcast Recommendation System.
Aaditya-shukla
Aaditya-shukla

Posted on

Podcast Recommendation System.

Built a podcasts recommendation system. The Redis DB holds data of podcasts take from APPLE itunes and gathers data as user searches for podcasts.

Used REdisJSON and RedisGraph to store data of podcasts.
Also built the knowledge graph in redis graph by connecting similar podcasts apply NLP on description of podcasts and connecting them. The suggestion is also given from fuzzy search of redis search applied on redis json.

Submission Category: MERN

[Optional: Video Explainer of My Project]

Language Used Node.js

Link to Code https://github.com/Aaditya-shukla/podcast-recommendations/tree/master

Additional Resources / Info Used spacy-nlp library for text processing.

Collaborators Aaditya-shukla

Top comments (0)