Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 519 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 519 Bytes

Simple Recommendation

Summer preparation, python assignment. A simple app for recommending movies to users based on a user's age. This implementation is basic and does not implement any Machine Learning technologies.

Requirements

  • python >= 3.9.0

Set up

pip install -r requirements.txt

Running the application

python main.py

File structure

  • main.py includes all functionality.
  • files/ includes input files and output file for each task within the assignment.