Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 789 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 789 Bytes

EduPy

Overview

  • A Flask-based web application aimed at recommending courses.
  • Hosted at https://edupy.onrender.com/ using the cloud-based Render PaaS.
  • Finds course data at the undergraduate level and recommends courses after answering questions.

Tools Used

  • Python micro web framework Flask 2.0.1 for server-side backend development,
  • package BeautifulSoup4 for web scraping,
  • HTML5/CSS3 for static front-end development and styling, and
  • Jinja2, the Python-based templating engine for markup.

Concepts Applied

  • Web Scraping

Credits: