Skip to content

This is a Generative AI bot fine tuned to become a Professional resume writer. It used Meta's LlaMA 2 LLM with langchain. System Prompt has been changed in order to change profile of AI.

maxpaynestory/LlaMA2-LLM-Generative-AI-NLP-resume-writer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In the name of ALLAH, who has guided me to do this work

LlaMA 2 7B LLM Generative AI NLP Professional resume writer

This tool will help you to get a job interview by simply aligning your resume with the job Ad requirements. This tool uses Meta's famous Llama 2 large language model.

Add resume and the job AI is generating resume New resume

Run Locally

1. Download LlaMA 2 model from Hugging Face

LlaMA 2 7b Model GGUF file 7 GB

2. Place downloaded file path inside llama_cpu.py

MODEL_PATH = "D:\\path\\to\\folder\\llama-2-7b-chat.Q8_0.gguf"

3. Install Packages Python version is 3.9.18

$ pip install -r requirements.txt

4. Run server

$ uvicorn api:app

5. Open frontend

Open browser and navigate to URL

http://127.0.0.1:8000/frontend/index.html

CPU/RAM requirements

Atleast a good 6 core CPU. 12 GB of free RAM.

About

This is a Generative AI bot fine tuned to become a Professional resume writer. It used Meta's LlaMA 2 LLM with langchain. System Prompt has been changed in order to change profile of AI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published