/hotel-site-with-chatbot-django-nltk

hotel website using django with chatbot support using NLTK

Primary LanguageCSS

GitHub

Buy Me A Coffee

Things I code with

npm html5 vue.js Django Flutter JavaScript Mysql postgresql Amazon_AWS Css Sass Styled Components git Heroku Docker angular MongoDB Nodejs Google Cloud Platform TypeScript

Projects We develop

  • Vue JS
  • Nuxt JS
  • Python
  • Django
  • PHP and MYSQL
  • Angular JS
  • React JS
  • AI/ML

Projects with installation support and code explaination for Premium contact phone: +919535688928 gmail: puneethreddy951@gmail.com or visit :Projects Wall

Hotel website with chatbot support using django and nltk

This is a Hotel website which consist of both admin and user panel with chatbot support using django and nltk

features

  • List Hotels
  • Search Hotels
  • Weather info API
  • Chatbot support
  • Book Hotels
  • Manage Hotels
  • Add and Update rooms, Hotels, Partners, reviews, ratings

Installation

  • Download Project
    git clone https://github.com/PuneethReddyHC/hotel-site-with-chatbot-django-nltk.git
    
  • Change Directory to Project DIrectory

    cd path/..../hotel-site-with-chatbot-django-nltk

  • Create Python Environment

    py -m venv env

  • Activate Environment

    source env/Scripts/activate or ./env/Scripts/activate.bat

  • Download Dependencies

    pip install -r requirements.txt

  • Migrate Database

    python manage.py makemigrations

    python manage.py migrate

  • Run Project

    python manage.py runserver

  • Open brower and go to this link http://127.0.0.1:8000
  • Create Admin User

    python manage.py Createsuperuser

  • open link http://127.0.0.1:8000/admin

ScreenShots

Register Page Register

Home Page or Search Register

Hotels List Register

Details Page Register

Weather Info Register

ChatBot Register