title | emoji | colorFrom | colorTo | sdk | sdk_version | app_file | pinned | license |
---|---|---|---|---|---|---|---|---|
Rahmans Watsonx |
⚡ |
red |
blue |
streamlit |
1.35.0 |
app.py |
false |
mit |
This project demonstrates how to build a chatbot using Watsonx foundational models integrated with Streamlit. The app allows real-time interactions with a large language model (LLM), providing a simple yet powerful interface to chat with AI.
- Real-time Conversations: Chat with Watsonx's LLM in a dynamic and responsive interface.
- Streamlit UI: Fast and user-friendly interface built with Streamlit.
- Customization: Customize the chatbot's appearance with easy-to-change themes and configurations.
- Clone the repository.
- Install the dependencies using
pip install -r requirements.txt
. - Run the app with
streamlit run app.py
.
This project is licensed under the MIT License.
If you like this project, feel free to give it a ⭐