halowisata / ViVe-Machine-Learning-Flask

Tourism recommendation system model machine learning API based on user mood.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

├─ .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

About

Tourism recommendation system model machine learning API based on user mood.


Languages

Language:Jupyter Notebook 93.4%Language:Python 6.5%Language:Dockerfile 0.1%