Skip to content

Commit cf57a91

Browse files
authored
Update README.md
1 parent 3ee35d0 commit cf57a91

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<p align="center">
22
<a href="https://dscommunity.in">
3-
<img src="https://raw.githubusercontent.com/Data-Science-Community-SRM/Debate-Simulator/main/static/images/header.png" width=80%/>
3+
<img src="https://github.com/Data-Science-Community-SRM/template/blob/master/Header.png?raw=true" width=80%/>
44
</a>
55
<h2 align="center"> AI Debate Simulator </h2>
66
<h4 align="center"> A real-time AI-powered debate simulator using FastAPI, LangGraph, and local LLMs. <h4>
77
</p>
88

99
---
10-
[![Documentation](https://img.shields.io/badge/Documentation-See%20Docs-green?style=flat-square&logo=readthedocs)](https://example.com/ai-debate-simulator/docs)
11-
[![UI Demo](https://img.shields.io/badge/User%20Interface-Live%20Demo-orange?style=flat-square&logo=appveyor)](https://example.com/ai-debate-simulator/demo)
10+
[![Documentation](https://img.shields.io/badge/Documentation-See%20Docs-green?style=flat-square&logo=readthedocs)](https://github.com/Data-Science-Community-SRM/Debate-Simulator)
11+
1212

1313
## Preview
1414
- The AI Debate Simulator is a dynamic application that pits an AI proponent against an AI opponent in structured debates. Real-time updates keep users engaged, while a streamlined user interface makes it easy to explore a variety of debate topics.
@@ -27,6 +27,19 @@
2727
- [x] Interactive UI with round indicators and progress tracking.
2828
<br>
2929

30+
## Preview
31+
32+
### Home Page
33+
<p align="center">
34+
<img src="frontend/flask_frontend/static//Home.png" width="80%" alt="AI Debate Simulator Home Page"/>
35+
</p>
36+
37+
### Debate in Progress
38+
<p align="center">
39+
<img src="frontend/flask_frontend/static//Round-1 result.png" width="80%" alt="AI Debate in Progress"/>
40+
</p>
41+
42+
3043
## Instructions to Run
3144

3245
* Pre-requisites:

0 commit comments

Comments
 (0)