Skip to content

amathur2k/CollectionChatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CollectionChatbot

A chatbot interface for interacting with collections data using natural language processing.

Prerequisites

  • Python 3.8 or higher
  • pip (Python package installer)

Installation

  1. Clone the repository:

bash git clone https://github.com/yourusername/CollectionChatbot.git cd CollectionChatbot

  1. Install required dependencies: pip install -r requirements.txt

Configuration

  1. Create a .env file in the root directory with the following variables:
ANTHROPIC_API_KEY=<your_anthropic_api_key>
  1. Run the application:
streamlit run app.py

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For questions and support, please open an issue in the GitHub repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages