Study_RAG / README.md
Asalun's picture
Update README.md
efa646f verified
metadata
title: Study RAG Assistant UI Mock
emoji: πŸ“š
colorFrom: blue
colorTo: indigo
sdk: static
pinned: false

Study RAG Assistant (UI Mock)

This Space hosts a frontend UI mock for a "Study RAG Assistant" that supports:

  • Uploading up to 10 Jupyter notebooks (.ipynb) and 5 PDFs
  • Browsing sources
  • Chat / Notes / Quiz tabs
  • Citation-style UI components
  • Preview modal (mock)

βœ… Note: This Space is a static UI only (no backend connected yet).
It is meant to help decide the interface before wiring the real RAG pipeline.


βœ… How to Deploy (Hugging Face Spaces)

1) Create a new Space

  • Go to Hugging Face β†’ Spaces β†’ Create new Space
  • Choose SDK: Static
  • Name it anything (e.g., study-rag-ui)

2) Upload these files into the Space repo

Required:

  • index.html ← (your UI HTML file)

Optional:

  • README.md (this file)

3) Done

Hugging Face will automatically serve index.html.


πŸ“ Expected Repo Structure