CV Letter Generator
Flask app that generates cover letters using AI
Technologies : Python, Flask, TailwindCSS (CSS)
Fun little side project to tailor CVs based on the given input. (Missing Pictures - will be added later)
Main Features:
- Tailor specific CVs based on input
To be added:
- Electron app integration (?)
What I learnt:
- Using third party API : Primarily OpenAI APIs to communicate with the front-end to give expected results.
- CSS : Learnt a bit of TailwindCSS.
- Flask : Learnt how similar Django and Flask works.
- Using .env file : Learnt how to hide Secrets/API keys.