Skip to content
This repository was archived by the owner on Nov 23, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ share/python-wheels/
.installed.cfg
*.egg
MANIFEST

unsupervised_functions.egg-info
unsupervised_functions/__pycache__
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Streamlit-based Recommender System
#### EXPLORE Data Science Academy Unsupervised Predict

This library was created to learn how to build recommender systems and inplement unsupervised learning algorithms

## 1) Overview

![Movie_Recommendations](resources/imgs/Image_header.png)
Expand Down
Empty file added eda/__init__.py
Empty file.
Loading