/game-recommender

Western AI 2021-2022: A video game recommendation engine built using the Natural Language Processing library, sPacy.

Primary LanguagePython

👾 Game-Reccomender 🎮

A video game recommendation engine built using the power of natural language processing (NLP) and AI


This app was designed as part of Western AI's 2021-2022 Projects portfolio. Gamers of all ages are unified in their struggle to find new titles to play that will scratch their itch for ingenuinity, and provide hundreds of hours of entertainment. Users simply input a previously played game title and will receive several new video game suggestions based on thousands of gamer reviews.

game-recommender.mov

🧑‍💻 The Team

This full-stack web application was made by:

💻 Technologies & Frameworks

  • Figma: Website design and wireframing was done using this collaborative graphics prototyping tool.
  • sPacy: The backbone of all functionality of the web application; sPacy is an open-source library for advanced natural language processing, which allowed us to process tens of thousands of user reviews for use in the recommendation engine.
  • pandas: Data manipulation and analysis of raw files of user reviews using this Python library.
  • jQuery: Event handlers and information transfer from back-end to front-end was facilitated through the use of the JavaScript library.
  • ajax: The asynchronous retrieval of cleaned user reviews and tokens from the AI library to display on the front-end side of the web application.
  • Git and GitHub: Version control for source code history and cloud storage for collaboration with all team members was facilitated using Git and GitHub.