Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/m1ckc3b/resumepdf

Summarize, in French, any PDF file, regardless of its size or language. This AI, built with LangChain.js, is based on GPT-3.5-turbo.
https://github.com/m1ckc3b/resumepdf

bun chatbot gpt-3-5-turbo langchain langchain-js openai-api typescript

Last synced: 4 days ago
JSON representation

Summarize, in French, any PDF file, regardless of its size or language. This AI, built with LangChain.js, is based on GPT-3.5-turbo.

Awesome Lists containing this project

README

        

# ResumePDF

Summarize, in French, any PDF file, regardless of its size or language. This AI, built with LangChain.js, is based on GPT-3.5-turbo.

![alt text](image.png)

This app implements a typical RAG Achitecture: Indexing + Retrieval and generation.

To improve this app you have to focus on the prompt using prompt engineering techniques.

### This project was created with: