Spaces:
Runtime error
Runtime error
File size: 936 Bytes
8d45237 9443b51 e8f4e2a 9443b51 |
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 |
# Welcome to Time Coordinator! 🚀🤖
![alt text](CrossTimeCoordinator.png)
This project consists of an asynchronous chatbot application that processes CSV files uploaded by users. The chatbot provides real-time interaction to manage and process data from the CSV files.
## Features
- **File Upload**: Prompts users to upload a CSV file at the start of a session.
- **Character Count**: Notifies the user of the number of characters in the uploaded CSV file.
- **Data Processing**: Processes messages using the content of the uploaded CSV file to generate responses.
## Getting Started
### Prerequisites
Ensure you have Python installed on your system. This project uses asynchronous features that require Python 3.7 or newer.
### Installation
Clone the repository to your local machine:
```bash
git clone https://huggingface.co/spaces/monalisha30/time-coordinator
cd time-coordinator
#Run Locally
chainlit run app.py -w
|