https://github.com/urielloeza/web-hosted-guide-chatbot-for-museum
This project presents a prototype of a web-hosted guide chatbot for the Museo Nacional de Antropología in Mexico City, developed using a Retrieval-Augmented Generation (RAG) approach and a LLaMA language model.
https://github.com/urielloeza/web-hosted-guide-chatbot-for-museum
ai llama3 llm museum rag-chatbot website
Last synced: 4 months ago
JSON representation
This project presents a prototype of a web-hosted guide chatbot for the Museo Nacional de Antropología in Mexico City, developed using a Retrieval-Augmented Generation (RAG) approach and a LLaMA language model.
- Host: GitHub
- URL: https://github.com/urielloeza/web-hosted-guide-chatbot-for-museum
- Owner: UrielLoeza
- Created: 2025-05-11T18:50:01.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-05-11T20:28:02.000Z (5 months ago)
- Last Synced: 2025-06-03T11:37:43.841Z (4 months ago)
- Topics: ai, llama3, llm, museum, rag-chatbot, website
- Language: CSS
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web-Hosted Guide Chatbot for Museum
This project presents a prototype of a web-hosted guide chatbot for the Museo Nacional de Antropología in Mexico City, developed using a Retrieval-Augmented Generation (RAG) approach and a LLaMA language model. Due to the large size of the museum dataset, it was not included in the repository. To run the project locally, a LLaMA model must be installed on your computer. The `backend.py` file launches a Flask server that enables local testing of the RAG model. The `inicio` folder contains all the images and HTML files necessary to build the website interface for the chatbot. I played a supportive role in the creation of the website while taking the lead on developing the Retrieval-Augmented Generation (RAG) model