Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.19 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.19 KB

UMADA-UMacAddDropAssistant

This tool is designed to help University of Macau students with course selection and scheduling. It provides a user-friendly interface to input preferences and view suggested schedules based on timetable data and course ratings.

Project Preview

image

Features

  • Integration of timetable data from CSV files
  • Course recommendations based on user's own timetable, preferences and course ratings
  • Visual representation of the suggested schedule

Getting Started

Prerequisites

  • Web browser (Edge recommended)
  • Basic local environment (Anaconda recommended)

Installation

  1. Clone the repository:
git clone https://github.com/2646044472/UMADA-UMacAddDropAssistant
cd UMADA-UMacAddDropAssistant
  1. Create the virtual environment:
conda create -n UMADA python
conda activate UMADA
pip install -r requirements.txt
  1. Start jupyter notebook:
jupyter notebook
  1. Open main.ipynb to start

Disclaimer

The ratings provided do not objectively reflect a professor's teaching quality. Therefore, the suggestions offered by this project are for reference only.