Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,33 @@
|
|
| 1 |
-
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
+
# Adda-Bot Interactive Agent πββ¬
|
| 2 |
+
πββ¬ Meet Nova's human! Chat with Adda's AI portfolio agent.
|
| 3 |
+
|
| 4 |
+
## β¨ About Adda-Bot πββ¬
|
| 5 |
+
Welcome! I am an interactive AI agent designed to help you explore **Adda Weathers'** background, technical projects, and professional journey.
|
| 6 |
+
|
| 7 |
+
Rather than just reading a static resume, you can ask me specific questions like:
|
| 8 |
+
- "What is Adda's experience with Python and AI?"
|
| 9 |
+
- "Tell me about her favorite projects."
|
| 10 |
+
- "What did she achieve during her 4.0 GPA degree?"
|
| 11 |
+
|
| 12 |
+
### π οΈ Technical Stack
|
| 13 |
+
I'm not just a simple chatbot; I'm built using a modern **RAG (Retrieval-Augmented Generation)** architecture:
|
| 14 |
+
* **LLM:** Llama 3.2 3B (via Hugging Face Inference Providers)
|
| 15 |
+
* **Orchestration:** LangChain
|
| 16 |
+
* **Vector Database:** ChromaDB
|
| 17 |
+
* **UI:** Gradio 6.0
|
| 18 |
+
* **Data:** Custom Markdown-based knowledge base of Adda's portfolio.
|
| 19 |
+
|
| 20 |
+
### πΎ Fun Fact
|
| 21 |
+
I'm named after my creator, Adda, but I take my "stealthy efficiency" cues from her cat, **Nova**.
|
| 22 |
+
|
| 23 |
+
## π Why This Matters for Recruiters
|
| 24 |
+
|
| 25 |
+
In a sea of PDF resumes, Adda-Bot demonstrates three key high-level competencies that are essential for modern AI and Software Engineering roles:
|
| 26 |
+
|
| 27 |
+
* **1. Practical RAG Implementation:** Most developers can prompt an AI, but building a Retrieval-Augmented Generation (RAG) pipeline requires understanding how to process data, manage vector embeddings, and handle context windows. This bot is a live proof-of-concept of my ability to build production-ready AI architectures.
|
| 28 |
+
|
| 29 |
+
* **2. Solving the "Information Overload" Problem:** Recruiters often have to hunt through pages of text to find a specific skill. This bot respects your time by allowing for natural language querying. Instead of scanning for "Python," you can simply ask, "How has Adda applied Python in a professional setting?" and get an instant, cited answer.
|
| 30 |
+
|
| 31 |
+
* **3. Full-Stack AI Thinking: This project showcases the full lifecycle of a feature:** from data engineering (Markdown parsing) to backend logic (LangChain & ChromaDB) and UI/UX design (Gradio with custom CSS). It proves I can take a concept from a blank page to a deployed, user-facing application.
|
| 32 |
|
| 33 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|