https://github.com/paraskevi-kivroglou/hotel-assistant-project
https://github.com/paraskevi-kivroglou/hotel-assistant-project
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paraskevi-kivroglou/hotel-assistant-project
- Owner: Paraskevi-KIvroglou
- License: apache-2.0
- Created: 2024-05-31T11:45:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-31T11:54:21.000Z (about 1 year ago)
- Last Synced: 2025-01-23T13:46:00.941Z (4 months ago)
- Language: Jupyter Notebook
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hotel-assistant-project
Everyone would appreciate an easy way to book hotels for their next destination. What better way to implement a hotel booking assistant? In the initial conceptual phase of our research, we created a workflow diagram to guide the implementation of our project. During the development phase, we encountered some challenges in the development of our proposed approach. However, we remained committed to overcoming these obstacles and continued to work diligently towards achieving our objectives.
WebScrappingScript.ipynb : Collect Data from Booking.com about Hotels through web scrapping.
Hf-bnb-4bit-training-with-inference.ipynb : Code to finetune Llama2 7b with QLora on a custom instruction dataset.
API-Endpoint-Call.ipynb : API calls to Hugging Face Endpoint and gradio app in Notebook.