Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ddosmukhambetov/code-to-cv

code-to-cv is a pet project that generates professional resumes from GitHub profiles. Users can upload their GitHub link, apply filters, and create resumes showcasing their coding skills and project contributions.
https://github.com/ddosmukhambetov/code-to-cv

docker docker-compose fastapi github-api openai-api postgresql

Last synced: 3 days ago
JSON representation

code-to-cv is a pet project that generates professional resumes from GitHub profiles. Users can upload their GitHub link, apply filters, and create resumes showcasing their coding skills and project contributions.

Awesome Lists containing this project

README

        

# code-to-cv

**code-to-cv** is a web platform designed to help developers effortlessly generate professional resumes by leveraging
their GitHub activity and repositories. By simply uploading a GitHub profile link and applying optional filters, users
can create a dynamic resume that effectively showcases their coding skills and project contributions.

### Installation

1. **Clone the repository**:
```bash
git clone [email protected]:ddosmukhambetov/code-to-cv.git
```

2. **Set up environment variables**:
- Create a `.env` file based on the provided `.env.example` file.

3. **Build and run the project**:
```bash
make all
```

For additional commands and options, refer to the `Makefile`.

### Endpoints

Below are the endpoints currently available in the application. Future updates will bring changes.


endpoints

### Generated Cv Template

Below are examples of generated **cvs**. Currently, there is only one template available, but more templates will be
added in the future, along with optimizations and other enhancements.


Generated Cv Template 1
Generated Cv Template 2

---

#### This pet project is currently under active development.