<sub><sup>09/08/2023</sup></sub>

#### [CV Builder but Better](https://github.com/doneforaiur/cvbbb){target="_blank"}!

Type about yourself, get a CV. Didn't like it? Recieve improvements, type desired improvements. Get a CV. Repeat until satisfied.

Wanted to develop an application that can take user input and output a decently formatted CV. Delved into the Microsoft's Guidance which can "*format*" LLM outputs. Experimented with Streamlit, which was very cool, [me think so](/me_think_so.html){target="_blank"}.

Didn't implement different CV templates since it's a highly subjective topic. Even having a picture on a CV is a controversial topic.

The most important shortcoming of this project is that it will generate a CV that is suited for a software developer. Making it more general is a future goal.

Speaking of shortcomings, you need a OpenAI API key to use this project. Generating one good looking, long CV costs around 0.01 USD but I can't afford to pay for everyone's CVs. :^)

#### How to use

```bash
docker run -d -e OPENAI_API_KEY=YOUR_TOKEN  \
    -p 8501:8501 ghcr.io/doneforaiur/cvbbb:main
```

Then go to `http://localhost:8501` and start typing. 


Listened to these bangers while developing this project:

- [David Carbonara - Lipstick](https://youtu.be/D0uCm08fahw){target="_blank"}
- [MF DOOM - Books of War II](https://youtu.be/beQDzn_bLDw){target="_blank"}
- [Thundercat - Them Changes](https://youtu.be/BuzJ5NArvgw){target="_blank"}
- [Ewan Dobson - Time](https://youtu.be/AAGpXIis8Hk){target="_blank"}
- [SOFI TUKKER - Awoo](https://youtu.be/5SKI-o5u6RE){target="_blank"}