├─ .gitignore
├─ app
│ ├─ app.py
│ ├─ config.py
│ ├─ models
│ │ ├─ collaborative_filtering
│ │ │ ├─ prediction.py
│ │ │ └─ training.py
│ │ ├─ hybrid
│ │ │ └─ prediction.py
│ │ ├─ imports.py
│ │ ├─ knowledge_constraint
│ │ │ └─ prediction.py
│ │ └─ __init__.py
│ ├─ routes
│ │ ├─ api.py
│ │ └─ __init__.py
│ ├─ utils.py
│ └─ __init__.py
├─ datasets
│ ├─ output
│ │ ├─ output.txt
│ │ ├─ places.txt
│ │ └─ recommender_output
│ │ ├─ cf_recommendation.csv
│ │ └─ knowledge_recommendation.csv
│ └─ raw
│ ├─ tourism_rating.csv
│ ├─ tourism_with_id.csv
│ ├─ tourism_with_id_updated.csv
│ └─ user.csv
├─ notebooks
│ ├─ preprocessing
│ │ └─ preprocessing.ipynb
│ └─ recommender
│ ├─ Collaborative Filtering with Predictions.ipynb
│ ├─ hybridization.ipynb
│ ├─ knowledge_constraint.ipynb
│ └─ test.ipynb
├─ README.md
├─ requirements.txt
└─ run.py
-
Notifications
You must be signed in to change notification settings - Fork 0
halowisata/ViVe-Machine-Learning-Flask
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Tourism recommendation system model machine learning API based on user mood.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published