|
1 | 1 |
|
2 | 2 | # 📘 PICTOPEDIA – Word Search Chatbot Using Wikipedia |
3 | 3 |
|
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> |
7 | 7 |
|
8 | 8 |
|
9 | 9 | **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. |
10 | 10 |
|
11 | 11 | ## 🔗 Live Demo |
12 | | -👉 [**PICTOPEDIA Chatbot**](https://shivareddy2002.github.io/Word-Search-Chatbot-Using-Wikipedia-/) |
| 12 | +<div align="center"> |
| 13 | + |
| 14 | +[](https://shivareddy2002.github.io/Word-Search-Chatbot-Using-Wikipedia-/) |
13 | 15 |
|
| 16 | +</div> |
14 | 17 | --- |
15 | 18 |
|
16 | 19 | ## 🚀 Project Overview |
@@ -65,19 +68,35 @@ Below are **ready-to-drop code snippets** you can paste into your project to imp |
65 | 68 |
|
66 | 69 | --- |
67 | 70 |
|
68 | | -## 👨💻 Author |
| 71 | +## 👨💻 Author |
69 | 72 |
|
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) |
71 | 81 |
|
72 | 82 | --- |
73 | 83 |
|
74 | 84 | ## 📂 Project Flow |
75 | 85 |
|
76 | 86 | ```mermaid |
77 | 87 | 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