Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/m1ckc3b/resumepdf
- Owner: m1ckc3b
- Created: 2024-04-12T13:10:54.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-16T13:52:20.000Z (9 months ago)
- Last Synced: 2024-04-17T13:23:24.058Z (9 months ago)
- Topics: bun, chatbot, gpt-3-5-turbo, langchain, langchain-js, openai-api, typescript
- Language: TypeScript
- Homepage:
- Size: 224 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: