Skip to content

Commit c445c7c

Browse files
author
Ankush
committed
docs: Add demo video and screenshots to README
1 parent d9a201b commit c445c7c

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ A modern, feature-rich desktop chatbot application powered by Azure OpenAI. Buil
77
![Azure OpenAI](https://img.shields.io/badge/Azure-OpenAI-orange.svg)
88
![License](https://img.shields.io/badge/License-MIT-yellow.svg)
99

10+
## 🎬 Demo
11+
12+
https://github.com/user-attachments/assets/media/recordings/recording.mov
13+
14+
<video src="media/recordings/recording.mov" width="100%" controls autoplay muted loop>
15+
Your browser does not support the video tag.
16+
</video>
17+
18+
> *See the chatbot in action - modern UI, real-time responses, and session management*
19+
1020
## Features
1121

1222
- **Modern Dark UI** - Sleek, responsive interface with purple/indigo accents and ambient gradients
@@ -190,6 +200,20 @@ Edit `templates/index.html` to customize:
190200
- Layout (Flexbox-based)
191201
- Number of saved sessions (`MAX_SESSIONS` in JavaScript)
192202

203+
## Screenshots
204+
205+
<p align="center">
206+
<img src="media/images/img01.png" alt="Chat Interface" width="80%">
207+
</p>
208+
<p align="center"><em>Main chat interface with sidebar navigation</em></p>
209+
210+
<br>
211+
212+
<p align="center">
213+
<img src="media/images/img02.png" alt="Chat Session" width="80%">
214+
</p>
215+
<p align="center"><em>Active conversation with AI responses</em></p>
216+
193217
## License
194218

195219
MIT License - feel free to use and modify for your projects.

0 commit comments

Comments
 (0)