Coder Social home page Coder Social logo

tuchg / source-cv Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 284 KB

An LLM-powered personal resume builder tool that prioritizes privacy while effortlessly enabling data sharing and reuse among resumes.

TypeScript 97.92% CSS 0.84% HTML 0.15% JavaScript 1.09%

source-cv's Introduction

SourceResume

Development

setup

Firstly, we should create a .env file in the root directory of project repository and write the following content into it.

OPENAI_API_BASE="https://api.openai.com/v1"
OPENAI_API_KEY="sk-XXXX"

run

pnpm install
pnpm run dev

Credits

source-cv's People

Contributors

tuchg avatar

Watchers

 avatar

source-cv's Issues

Project Refactor

Refactoring code structure, improving reuse, optimizing performance, improving development experience, etc

Remove user system

The user system is just something I use to pass my graduation project.

Refactor the database to use `SQLLite`

The current data access method is JSON, which is very primitive. SQLLite will be used to better support resume data

Risk:
Reduced compatibility, SQLLite requires the use of WASM technology on the browser side

Support for the resume data import

We will provide support for a resume data import feature, enabling users to easily import data from LinkedIn and PDF files.

  • LinkedIn: data can be seamlessly obtained through the API
  • PDF file: data will be extracted using LLM drivers specifically designed for this purpose.

Once the extraction process is complete, the data will be automatically organized and incorporated into the resume database, ensuring a streamlined and efficient workflow for users.

Refactor the resume `preview-section` to split it into different template preview engine.

The current template preview is implemented based on WebContainers and JSON-RESUME, which allows integration with a vast template ecosystem offered by JSON-RESUME. Currently, there are over 400 themes available for users to choose from, greatly enriching their options.

However, these templates have varying implementation methods, making it difficult or even impossible for us to provide customization capabilities for end-users.

Therefore, we plan to develop our own templates specifically designed to offer customization capabilities. JSON-RESUME template will also continue to be supported.

The own template engine should be:

  • Provide support for adjusting the page layout extensively to achieve a one-page PDF effect.
  • Custom section such as rename,sort,font,theme color etc.
  • Perhaps in the future, we will be able to support developers in creating templates that do not rely on the original repository for building, allowing users to directly import pre-packaged themes developed by developers.

Replace `material-react-table`

We should implement it ourselves table using Shadcn/UI to reduce the volume after packaging and ux

Features

  • Paging List
  • Assign
  • Add
  • Delete
  • Edit
  • Searching base on LLM

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.