YOLO v8 PDF Search and Image Retrieval
-
Updated
Apr 19, 2024 - Python
YOLO v8 PDF Search and Image Retrieval
An API to extract text,metadata and images from a pdf file
Mmerge multiple PDF files into a single PDF using PyPDF2 library in Python
Resume Smart ATS is an innovative web application designed. Users simply copy and paste job descriptions from platforms like LinkedIn,Indeed, then upload resumes to the web app. By click on Submit button, Resume Smart ATS analyzes the resumes against the job description, providing users with valuable insights such as JD match perce
python GUI pdf manipulation ✨📄
Implement robust password-based protection for your PDF files effortlessly with this Python script.
This repository, titled "Python-Utility-Scripts" encompasses a diverse range of Python scripts that demonstrate practical applications in various domains. These scripts serve as excellent examples for those looking to explore Python's capabilities in automating and handling real-world tasks.
Creating a PDF splitting application using Python
A Retrieval-Augmented Generation (RAG) app for chatting with content from uploaded PDFs. Built using Streamlit (frontend), FAISS (vector store), Langchain (conversation chains), and local models for word embeddings. Hugging Face API powers the LLM, supporting natural language queries to retrieve relevant PDF information.
Library PyPDF2_Fields is a complement to PyPDF2. It helps reading and setting a PDF file’s fields, knowing their type and controlling their editability.
An application to replicate screener.com on a very small scale
A PDF question answering bot utilizing Streamlit, PyPDF2, LangChain, OpenAI GPT-3 model, and FAISS(Facebook AI Similarity Search). The bot allows users to upload PDFs, query information from their content, and receive relevant answers, enhancing document accessibility and searchability.
PDF_Merger is a Python script merging multiple PDFs into one. Utilizing 𝗣𝘆𝗣𝗗𝗙𝟮, it streamlines PDF consolidation for enhanced document management ... ❤️
Using gemini 1.5 pro LLM model to analyze job description through carefully crafted prompt and compared against my resume to give out insights, demo video has been added
A Python-based tool for converting PDF documents to audio format.
A python tool that automatically extracts title, size, conclusion of research papers in a local directory
Detailed description given in the README
This Python script merges all PDF files in the current directory into a single PDF file named "merged.pdf" using the PyPDF2 library. It iterates through the PDF files, appends their content to a PdfWriter object, writes the merged content to a new file, and then closes the PdfWriter object.
Add a description, image, and links to the pypdf2-library topic page so that developers can more easily learn about it.
To associate your repository with the pypdf2-library topic, visit your repo's landing page and select "manage topics."