Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
habedi committed Mar 1, 2025
1 parent 99ad266 commit 2403231
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
[![PyPI version](https://badge.fury.io/py/easy-letters.svg)](https://badge.fury.io/py/easy-letters)
[![pip downloads](https://img.shields.io/pypi/dm/easy-letters.svg)](https://pypi.org/project/easy-letters/)

Easy Letters is a Python library that can help job seekers write application letters.
Currently, it proves the basic building blocks for creating a naive retrieval augmented generation (or RAG) pipeline
to generate application letter drafts.
The user can then edit the draft letter to suit their needs.
Easy Letters is a Python library that can help job applicants.
It provides the basic building blocks for creating a naive retrieval augmented generation (or RAG) pipeline
to generate application letter drafts that users can then edit and customize.
The goal of Easy Letters is to speed up the process of writing application letters by providing a starting point
that users can then modify to suit their needs.

The diagram below shows the high-level workflow of how Easy Letters how can be used to generate draft application
letters.
Expand Down

0 comments on commit 2403231

Please sign in to comment.