Skip to content

sarbosarcar/SimpliPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpliPy

Overview

  • A Flask-based web application aimed at recommending songs.
  • Features login/signup pages for users to ensure secure user sessions.
  • Hosted at https://simplipy.onrender.com/ using the cloud-based Render PaaS.
  • Recommends songs based on an exhaustive dataset consisting of Spotify tracks both old and new comprising several genres like jazz, pop and classic.

Tools Used

  • Python micro web framework Flask for server-side backend development,
  • MySQL Connector/Python, a self-contained Python driver for communicating with MySQL server,
  • HTML5/CSS3 for static front-end development and styling, and
  • Jinja2, the Python-based templating engine for markup.

Concepts Applied

  • File Handling
  • Database Management

Credits: