Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madhanmohanreddy2301/chat-pdf
PDF Processing with Llama Index and Hugging Face Models: Utilize Llama Index for efficient PDF indexing and querying, integrated with Hugging Face models for advanced natural language processing tasks.
https://github.com/madhanmohanreddy2301/chat-pdf
Last synced: 2 days ago
JSON representation
PDF Processing with Llama Index and Hugging Face Models: Utilize Llama Index for efficient PDF indexing and querying, integrated with Hugging Face models for advanced natural language processing tasks.
- Host: GitHub
- URL: https://github.com/madhanmohanreddy2301/chat-pdf
- Owner: MadhanMohanReddy2301
- Created: 2023-08-05T06:43:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-28T10:42:28.000Z (5 months ago)
- Last Synced: 2024-06-28T11:58:06.982Z (5 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PDF Processing with Llama Index and Hugging Face Models
## Project Overview
### Project Description
This project utilizes Llama Index and Hugging Face models for efficient PDF document indexing and querying.
- The goal is to create a system that can index PDF documents and perform accurate queries based on user input.
## Installation
# Prerequisites
- Python 3.7 or higher
- Pip package manager
## Install Required Packages
- pip install pypdf python-dotenv transformers sentence_transformers llama-index## Acknowledgments
- Thanks to the contributors of Llama Index and Hugging Face for their powerful libraries.