Talk to your documents with context-aware AI.
SPINIX is a lightweight, extractive Question Answering (QA) system. It allows users to provide a specific context (like an article or a report) and ask questions to extract precise information using the distilbert-base-cased-distilled-squad model from Hugging Face.
- Prerequisite :
python-3.10or above.
All necessary dependencies are listed in the requirements.txt file.
pip install -r requirements.txtstreamlit run app.py