Skip to content

Hack the Burgh IX submission. Online GPT-3-powered tool to tailor CVs to specific job postings. Developed with Ka Heng Shiu with contributions from Anish Sarum

License

Notifications You must be signed in to change notification settings

josflesan/SparkMyCV

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SparkMyCV

An online GPT-3 powered tool to tailor and format CV to job posting. Recipient of an Entrepreneurship Award at Hack the Burgh IX hackathon

1. Setup

  1. Run server-side FastAPI app in one terminal...
cd backend
python3 -m venv env
source env/bin/activate
pdm install
python3 main.py
  1. Run client-side React app in different terminal...
cd frontend
npm install
npm run start

About

Hack the Burgh IX submission. Online GPT-3-powered tool to tailor CVs to specific job postings. Developed with Ka Heng Shiu with contributions from Anish Sarum

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 70.5%
  • Python 25.7%
  • Shell 2.2%
  • Other 1.6%