Welcome to the Chatbot repository! This project leverages LangChain, Streamlit, and Cohere to create a powerful conversational AI system that can accept both text and voice inputs and generate human-like text responses. If you're interested in building your own AI-powered chatbot or simply exploring the capabilities of modern natural language processing technologies, you've come to the right place.
- Get your Cohere API key here - https://dashboard.cohere.com/api-keys
- Replace that key in the
AI-Chatbot.py
code - Must keep that api key to highly private and don't show them to anyone
- Install the required libraries
pip install -r requirements.txt
,pip install streamlit
. - run
python app.py