Skip to main content
Kanishaka Pranjal
Home
About
Projects
Resume
Contact
K
Kanishaka Pranjal portfolio logo

Founding AI engineer at WeAssist.io, building intelligent SaaS platforms and real-time AI systems. I turn AI prototypes into shipped products with Next.js and TypeScript.

Connect with me

Navigation

  • Home
  • About
  • Projects
  • Resume
  • Contact

Projects

  • FableWeaver.ai
  • NexiMeet
  • GoodWill
  • Recommendation System
© 2026 Kanishaka Pranjal
Made with
Privacy PolicyTerms of Service
Back to Projects
Recommendation System - An information retrieval system that recommends anime and manga using TF-IDF similarity, spell correction, and user feedback loops.

Recommendation System

An information retrieval system that recommends anime and manga using TF-IDF similarity, spell correction, and user feedback loops.

View LiveSource Code

Built as an academic project to apply information retrieval theory to a real dataset: recommends anime and manga using TF-IDF cosine similarity on synopses, genres, and user preferences.

Features document ranking, query spell correction, and a feedback loop that refines recommendations based on user interactions and viewing history.

Implemented with Flask and Python, serving as a hands-on exploration of search algorithms, inverted indices, and relevance scoring.

Tech Stack

FlaskPythonHTML/CSSIR Similarity Algorithm
View all projects