This Repository was made following a tutorial posted on YouTube by the channel ai_anytime. The original repository is here.I included a Dockerfile, a Makefile and poetry package versioning.
To use this application with Docker, follow these steps:
Build the Docker image using the provided Dockerfile:
make buildRun the Docker container to launch the PDF search application:
make runThis command will start the application and expose it on port 8501.
Access the application by opening a web browser and navigating to http://localhost:8888.
You can find the main list of dependencies in the pyproject.toml files.