Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 645 Bytes

File metadata and controls

22 lines (15 loc) · 645 Bytes

SPINIX

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.

SPINIX Demo

Installation & Setup

1. Install the dependencies

  • Prerequisite :python-3.10 or above.

All necessary dependencies are listed in the requirements.txt file.

pip install -r requirements.txt

2. Run the app

streamlit run app.py