├── .env ├── .gitattributes ├── ChatApp UI.jpg ├── ChatPDF.py ├── LICENSE ├── README.md └── requirements.txt /.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PromtEngineer/PDF_Chat-GUI/HEAD/.env -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PromtEngineer/PDF_Chat-GUI/HEAD/.gitattributes -------------------------------------------------------------------------------- /ChatApp UI.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PromtEngineer/PDF_Chat-GUI/HEAD/ChatApp UI.jpg -------------------------------------------------------------------------------- /ChatPDF.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PromtEngineer/PDF_Chat-GUI/HEAD/ChatPDF.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PromtEngineer/PDF_Chat-GUI/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PromtEngineer/PDF_Chat-GUI/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PromtEngineer/PDF_Chat-GUI/HEAD/requirements.txt --------------------------------------------------------------------------------