addaweathers commited on
Commit
a19ab62
Β·
verified Β·
1 Parent(s): 67886f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -11
README.md CHANGED
@@ -1,13 +1,33 @@
1
- ---
2
- title: Adda Bot
3
- emoji: 🌍
4
- colorFrom: purple
5
- colorTo: purple
6
- sdk: gradio
7
- sdk_version: 6.2.0
8
- app_file: app.py
9
- pinned: false
10
- short_description: πŸˆβ€β¬› Meet Nova's human! Chat with Adda's AI portfolio agent.
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