Trial-OpenAI / README.md
AashitaK's picture
Update README.md
055f0cc verified
---
title: Trial HMC AIchatbot
emoji: πŸ’¬
colorFrom: yellow
colorTo: purple
sdk: gradio
sdk_version: 5.0.1
app_file: app.py
pinned: false
short_description: AI chatbot for HMC helpdesk
---
## Project Structure
The project is organized as follows:
```
/project-root
β”œβ”€β”€ data
β”‚ β”œβ”€β”€ services.csv
β”‚ β”œβ”€β”€ document_embeddings.pkl
β”‚ └── db_update_timestamp.txt
β”‚
β”œβ”€β”€ prompts
β”‚ β”œβ”€β”€ meta_prompt.txt
β”‚ └── chatbot_header_message.txt
β”‚
β”œβ”€β”€ utils
β”‚ β”œβ”€β”€ chatbot.py
β”‚ β”œβ”€β”€ document_retrieval.py
β”‚ β”œβ”€β”€ embedding_generation.py
β”‚ β”œβ”€β”€ file_utils.py
β”‚ └── openai_api.py
β”‚
β”œβ”€β”€ .gitattributes
β”œβ”€β”€ README.md
β”œβ”€β”€ app.py
└── requirements.txt
```
## Description
This is an AI chatbot for the HMC helpdesk, built using the following tools:
- [Gradio](https://gradio.app)
- [huggingface_hub](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index)
- [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index)
It provides an interactive interface for users to interact with the chatbot.