Spaces:
Sleeping
Sleeping
File size: 1,187 Bytes
d79fbd1 328e19c 9a51208 328e19c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 |
---
title: BTP Chatbot
emoji: π
colorFrom: purple
colorTo: yellow
sdk: gradio
sdk_version: 4.12.0
app_file: app.py
pinned: false
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
# Project Name
Climate QnA BOT
## Setup Instructions
### Prerequisites
- Python 3.x
- pip
### Installation
1. Clone the repository:
```bash
git lfs install
git clone https://huggingface.co/spaces/aaryan3781/BTP_chatbot
```
2. Navigate to the cloned repository:
```bash
cd BTP_chatbot
```
3. Install required packages:
```bash
pip install -r requirements.txt
```
## Running the Application
### Running the Main App
To run the main application, execute `app.py`:
```bash
python app.py
```
### Using the Abstract Searching Feature
To train the abstract searching feature for other dataset, run `abstract.py` with your dataset file:
```bash
python abstract.py --dataset [your_dataset_file]
```
Replace `[your_dataset_file]` with the path to your dataset file.
## Contributing
Instructions for contributing to the project (if applicable).
## License
Specify the license under which your project is released.
|