pinantyo / tictrav_django

Recommender System for Tourism Place

Home Page:https://tictrav.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tictrav

The Smart Way To Travel

Tictrav is a tourism recommender website, powered by Django, to give suggestion for people who likes to travel.

Library

Ticrav uses a number of open source library to work properly:

  • Django - Backend application
  • jQuery - AJAX uses
  • Tensorflow - Deploy the model
  • Transformers - Utilize the Open-domain QAS BERT model
  • Pandas - Data preprocessing and dataframe
  • Numpy - Data preprocessing and array conversion
  • Matplotlib - Visualize data and performance of model
  • [HTML] - Visualize the web

Installation

Ticrav requires Python to run.

Install the virtualenvironment and its dependencies

cd pa_tictrav
python -m venv env
env\Scripts\activate.bat
pip install -r requirements.txt

Run Django Server

python manage.py runserver

License

MIT

About

Recommender System for Tourism Place

https://tictrav.herokuapp.com/


Languages

Language:Jupyter Notebook 58.9%Language:JavaScript 29.3%Language:CSS 6.3%Language:HTML 2.6%Language:Python 2.0%Language:SCSS 0.9%Language:Dockerfile 0.0%Language:Procfile 0.0%