A Bundle of Software that enables the user to leverage Large Language Models (LLMs) to easily generate cover letters, customized to the user's resume and the specific job advertisement the user is applying to.
Applifi includes a Chrome Web Browser extension, which is primarily Integrated with LinkedIn and a backend that leverages LLMs to generate the text.
-
Clone Applifi Repository
git clone https://github.com/harinda05/Applifi
-
Build Applifi Chrome Extension
cd \extensions\chrome\
npm run build
-
Build Applifi Backend
cd \api\
mvn clean install
Distributed under the Apache License 2.0. See LICENSE.txt
for more information.
This was developed as part of the course Computer Science Project, Master's in Computer Science at the University of Helsinki, Finland.