Skip to content

Commit 2530c54

Browse files
Update README.md
1 parent 730086c commit 2530c54

File tree

1 file changed

+31
-12
lines changed

1 file changed

+31
-12
lines changed

README.md

Lines changed: 31 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11

22
# 📘 PICTOPEDIA – Word Search Chatbot Using Wikipedia
33

4-
5-
<img width="278" alt="image" src="https://github.com/user-attachments/assets/c9e79365-bc9d-4468-be03-61aea052b0c4" />
6-
4+
<p align="center">
5+
<img width="278" alt="image" src="https://github.com/user-attachments/assets/c9e79365-bc9d-4468-be03-61aea052b0c4" />
6+
</p>
77

88

99
**PICTOPEDIA** is a chatbot that allows users to search for information on specific words or terms using the Wikipedia API. It works like an **interactive word-search assistant**, where users can input queries and instantly receive relevant, real-time information.
1010

1111
## 🔗 Live Demo
12-
👉 [**PICTOPEDIA Chatbot**](https://shivareddy2002.github.io/Word-Search-Chatbot-Using-Wikipedia-/)
12+
<div align="center">
13+
14+
[![🚀 Visit PICTOPEDIA Chatbot](https://img.shields.io/badge/Live%20Demo-Click%20Here-brightgreen?style=for-the-badge)](https://shivareddy2002.github.io/Word-Search-Chatbot-Using-Wikipedia-/)
1315

16+
</div>
1417
---
1518

1619
## 🚀 Project Overview
@@ -65,19 +68,35 @@ Below are **ready-to-drop code snippets** you can paste into your project to imp
6568

6669
---
6770

68-
## 👨‍💻 Author
71+
## 👨‍💻 Author
6972

70-
**LOMADA SIVA GANGI REDDY**
73+
**Lomada Siva Gangi Reddy**
74+
- 🎓 B.Tech CSE (Data Science), RGMCET (2021–2025)
75+
- 💡 Interests: Python | Machine Learning | Deep Learning | Data Science
76+
- 📍 Open to **Internships & Job Offers**
77+
78+
📬 **Contact Me**:
79+
- 📞 9346493592
80+
- [💼 LinkedIn](https://www.linkedin.com/in/lomada-siva-gangi-reddy-a64197280/) [🌐 GitHub](https://github.com/shivareddy2002)
7181

7282
---
7383

7484
## 📂 Project Flow
7585

7686
```mermaid
7787
flowchart LR
78-
A[User Input] --> B[Input Handling]
79-
B --> C[Wikipedia API Request]
80-
C --> D[Process Response]
81-
D --> E[Display Results]
82-
E --> F[Interaction Loop]
83-
88+
A[User Input] --> B[Input Handling]
89+
B --> C[Wikipedia API Request]
90+
C --> D[Process Response]
91+
D --> E[Display Results]
92+
E --> F[Interaction Loop]
93+
94+
%% Styles
95+
style A fill:#FFD54F,stroke:#F57F17,stroke-width:2px,color:#000;
96+
style B fill:#4FC3F7,stroke:#0277BD,stroke-width:2px,color:#fff;
97+
style C fill:#AED581,stroke:#33691E,stroke-width:2px,color:#000;
98+
style D fill:#BA68C8,stroke:#4A148C,stroke-width:2px,color:#fff;
99+
style E fill:#FF8A65,stroke:#BF360C,stroke-width:2px,color:#fff;
100+
style F fill:#90CAF9,stroke:#0D47A1,stroke-width:2px,color:#000;
101+
102+

0 commit comments

Comments
 (0)