Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ddosmukhambetov/code-to-cv
- Owner: ddosmukhambetov
- Created: 2024-08-15T10:54:10.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-29T04:12:26.000Z (3 months ago)
- Last Synced: 2024-08-29T11:59:04.951Z (3 months ago)
- Topics: docker, docker-compose, fastapi, github-api, openai-api, postgresql
- Language: Python
- Homepage:
- Size: 149 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
### 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.
---
#### This pet project is currently under active development.