Spaces:
Sleeping
Sleeping
title: Chatbot | |
emoji: 🔥 | |
colorFrom: green | |
colorTo: purple | |
sdk: gradio | |
sdk_version: 5.34.2 | |
app_file: app.py | |
pinned: false | |
# Web Accessibility Chatbot | |
An AI-powered learning assistant for university students studying web accessibility, built with WebAIM resources and DeepSeek-R1. | |
## Features | |
- Answers based on authoritative WebAIM documentation | |
- Proper source citations | |
- Student-friendly explanations | |
- Code examples and best practices | |
- Assignment guidance | |
## Setup | |
1. Upload your WebAIM PDFs to the `pdfs/` directory | |
2. Run the PDF processor to create the knowledge base | |
3. Set your Hugging Face token in the environment variables | |
4. Deploy to Hugging Face Spaces | |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |