Metadata-Version: 2.4
Name: qasi
Version: 0.1.2
Summary: AI assistant for answering job application questions
Home-page: https://github.com/Job-automation/qas.git
Author: Prasanna Gramopadhye
Author-email: gramopadhye37@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: transformers
Requires-Dist: spacy
Requires-Dist: pdfminer.six
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# qasi

This Python package provides a function to query a language model (like Deepseek) with candidate context and questions, and returns short, clean answers.

Try: 
pip install qasi==0.1.1
python -m spacy download en_core_web_sm
