sivakum4 commited on
Commit
9e89ad1
Β·
verified Β·
1 Parent(s): 81a46db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -9
README.md CHANGED
@@ -1,11 +1,29 @@
1
- ---
2
- title: UB Virtual Student Assistant
3
- emoji: ⚑
4
- colorFrom: pink
5
- colorTo: blue
6
- sdk: docker
7
- pinned: false
8
- short_description: UB CSE 676 Deep Learning Final Project
9
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
 
11
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
+ ---
2
+ title: UB Virtual Student Assistant (UB-VSA)
3
+ emoji: πŸŽ“
4
+ colorFrom: pink
5
+ colorTo: blue
6
+ sdk: docker
7
+ pinned: false
8
+ short_description: AI assistant for University at Buffalo students.
9
+ ---
10
+
11
+ # UB Virtual Student Assistant (UB-VSA)
12
+ **RAG-powered chatbot for UB admissions, visa & campus life questions**
13
+
14
+ [![HF Space Status](https://img.shields.io/badge/πŸ€— Spaces-Live-brightgreen.svg)](https://huggingface.co/spaces/TeamSAS/UB_VSA)
15
+ [![Docker](https://img.shields.io/badge/docker-ready-blue)](Dockerfile) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](#license)
16
+
17
+ UB-VSA is a **retrieval-augmented conversational agent** that gives accurate, source-grounded answers about the University at Buffalo, with special focus on the needs of international students (F-1/OPT, I-20, course selection, housing, etc.).
18
+ It combines:
19
+
20
+ | Layer | Tech |
21
+ |-------|------|
22
+ | **Retriever** | FAISS dense vectors (`BAAI/bge-small-en-v1.5`) + keyword hybrid search |
23
+ | **Reranker** | `cross-encoder/ms-marco-MiniLM-L-6-v2` |
24
+ | **Fine-tuning** | LoRA / QLoRA adapters on `microsoft/phi-1_5` with RAFT |
25
+ | **API** | Flask (backend) |
26
+ | **UI** | Flask (+ vanilla JS) single-page chat |
27
+ ---
28
 
29
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference