Coding Global Background
Coding Global

SmartPDFSearch

Archived 8 months ago
0 messages
0 members
Created 9 months ago
Updated 9 months ago
Open in Discord
N
! Neuer
Script Kiddie!
Rate my project

πŸ“„ Simple PDF Search Engine
A simple PDF search engine that uses TF-IDF and Cosine Similarity to find the most relevant paragraphs to a user query.

πŸš€ Project IdeaThis program:
1. Reads all PDF files from a specified folder.2. Extracts text and splits it into paragraphs.3. Indexes the paragraphs and converts them into numerical vectors.4. Searches for the closest matching paragraphs to the user query.
πŸ› οΈ RequirementsInstall the required libraries before running:

```bash
pip install pdfplumber scikit-learn

https://github.com/abdelmaleknenni/SmartPDFSearch
UnoRouter AI API