Version 3
A modern, AI-powered banking website featuring an integrated chatbot assistant and voice-to-text capabilities powered by Azure Cognitive Services and Copilot Studio.
- 🤖 AI Banking Assistant (Copilot Studio integration)
- 🎤 Voice-to-Text input using Azure Speech Services
- 💳 Modern, responsive UI design
- 📱 Mobile-friendly navigation
- ✨ Smooth animations and transitions
- ♿ Accessibility features
Open your terminal in the project directory and run:
python -m http.server 8000Then open your browser to: http://localhost:8000
To stop the server, press Ctrl+C in the terminal.
Simply double-click index.html in File Explorer to open it directly in your browser.
- Install the "Live Server" extension by Ritwick Dey
- Right-click on
index.htmlin VS Code - Select "Open with Live Server"
- The page will open and auto-refresh on save
ai_banking_agent/
├── index.html # Main HTML file
├── style.css # Styling and animations
├── script.js # JavaScript functionality
└── README.md # This file
- HTML5
- CSS3 (with CSS Grid & Flexbox)
- Vanilla JavaScript
- Azure Cognitive Services (Speech SDK)
- Microsoft Copilot Studio
- Chrome/Edge (Latest)
- Firefox (Latest)
- Safari (Latest)
- Microphone permission required for voice input feature
- Internet connection required for AI assistant and speech recognition