A chatbot interface for interacting with collections data using natural language processing.
- Python 3.8 or higher
- pip (Python package installer)
- Clone the repository:
bash git clone https://github.com/yourusername/CollectionChatbot.git cd CollectionChatbot
- Install required dependencies: pip install -r requirements.txt
- Create a
.env
file in the root directory with the following variables:
ANTHROPIC_API_KEY=<your_anthropic_api_key>
- Run the application:
streamlit run app.py
This project is licensed under the MIT License - see the LICENSE file for details.
For questions and support, please open an issue in the GitHub repository.