Skip to content

An interactive, context-aware Question Answering (QA) system built with Streamlit and Hugging Face Transformers.

License

Notifications You must be signed in to change notification settings

Rishi-Raj-Anand/SPINIX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An interactive, context-aware Question Answering (QA) system built with Streamlit and Hugging Face Transformers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages