Hackathon application on document question answering
IDEA:-
Problem text reading and getting answers from lengthy texts is a problem, be it bills, account ledger to get grocery expiry date and get a text to mobile phone about food expiry date
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
uvicorn app:app --reload