README.md
Azure Streamlit Bot
This is an intelligent chatbot powered by **Azure AI** and built with **Streamlit** for a simple and interactive frontend. It can be hosted locally or deployed on cloud platforms like Azure or Streamlit Cloud.
## Features
- Azure AI-based language processing
- Streamlit web interface
- Real-time user interaction
- Modular and extensible structure
## Installation
### 1. Clone the Repository
```bash
git clone https://github.com/Bro-Tino/Azure_bot.git
cd Azure_botpython -m venv venv
venv\Scripts\activate # For Windows
# OR
source venv/bin/activate # For macOS/Linuxpip install -r requirements.txtstreamlit run CHATBOT.py- Takes user input via Streamlit
- Sends requests to Azure AI service
- Displays responses with summary in real time