Skip to content

Bro-Tino/Azure_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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_bot

2. Create a Virtual Environment

python -m venv venv
venv\Scripts\activate  # For Windows
# OR
source venv/bin/activate  # For macOS/Linux

3. Install Dependencies

pip install -r requirements.txt

Run the Bot

streamlit run CHATBOT.py

How It Works

  • Takes user input via Streamlit
  • Sends requests to Azure AI service
  • Displays responses with summary in real time

Acknowledgements

Releases

No releases published

Packages

No packages published