Skip to content

polacekpavel/cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Link

This is a LlamaIndex project using Express bootstrapped with create-llama.

Features

LLM based cheerleader for you inside your simple, one page CV.

With this kind of support, it's impossible not to be hired 💪

Getting Started

First, install the dependencies:

npm install

Second, run the development server:

npm run dev

Then call the express API endpoint /api/chat to see the result:

curl --location 'localhost:8000/api/chat' \
--header 'Content-Type: application/json' \
--data '{ "section": "About me", "text": "Engineer with 5 years of experience with Python and Typescript."}'

You can start editing the API by modifying src/controllers/chat.controller.ts. The endpoint auto-updates as you save the file.

Production

First, build the project:

npm run build

You can then run the production server:

NODE_ENV=production npm run start

Note that the NODE_ENV environment variable is set to production. This disables CORS for all origins.

About

LLM based cheerleader for you inside your simple, one page CV.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors