This is a simple command-line chatbot built using the Nvidia API. The bot can interact with users through the terminal and respond to queries using advanced natural language processing models.
- Command-line interface for interaction.
- Leverages the Nvidia API for natural language understanding.
- Lightweight and easy to deploy.
Before running the chatbot, ensure you have the following installed:
- Python 3.x
- Nvidia API key (Sign up and get it from Nvidia)
- Required libraries (pyfiglet , openai , termcolor)