ssahoo34803 commited on
Commit
6ee9602
·
verified ·
1 Parent(s): 15369b0

Upload ATTRIBUTION.md

Browse files
Files changed (1) hide show
  1. ATTRIBUTION.md +26 -0
ATTRIBUTION.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Attribution
2
+
3
+ ## Base Repository
4
+ - **Name:** uc-msai631-2025-spring/karthik-traditional-chatbot
5
+ - **URL:** https://github.com/uc-msai631-2025-spring/karthik-traditional-chatbot
6
+ - **Purpose in This Project:** Served as a structural and functional starting point for chatbot integration.
7
+ - **License:** [Add license type if specified in original repo]
8
+
9
+ ## Modifications Made
10
+ 1. **AI Model & Prompting**
11
+ - Switched to HuggingFace Zephyr-7B-Beta model
12
+ - Added category detection, query-type parsing, and budget extraction
13
+ - Developed context-aware prompt templates for different product categories
14
+
15
+ 2. **UI/UX Enhancements**
16
+ - Added rich formatted demonstration greeting
17
+ - Enhanced Gradio interface with academic branding, examples, and theme customization
18
+
19
+ 3. **Logic & Error Handling**
20
+ - Implemented advanced conversation history trimming
21
+ - Added intelligent fallback responses when model inference fails
22
+ - Structured responses with headers, bullet points, and product comparisons
23
+
24
+ 4. **Academic Adaptation**
25
+ - Framed the system as part of a Human-Computer Interaction research demonstration for the University of the Cumberlands course MSAI-631-M20
26
+ - Added documentation and structured descriptions for research purposes