├── .gitignore ├── README.md ├── file.pdf ├── main.py ├── requirements.txt └── utils.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabacode/chatPDF/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabacode/chatPDF/HEAD/README.md -------------------------------------------------------------------------------- /file.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabacode/chatPDF/HEAD/file.pdf -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabacode/chatPDF/HEAD/main.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabacode/chatPDF/HEAD/requirements.txt -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabacode/chatPDF/HEAD/utils.py --------------------------------------------------------------------------------