CoolFace
Apppublic

deepakpant/resume-maker-ai-agent

sourceHugging Faceupdated 2y agoView on Hugging Face
6likes
App README

resume-maker-ai-agent

This app will download Jio-Savan music.

  • Github repository: <https://github.com/DeepakPant93/resume-maker-ai-agent/>
  • Documentation <https://DeepakPant93.github.io/resume-maker-ai-agent/>

Getting started with your project

First, create a repository on GitHub with the same name as this project, and then run the following commands:

Installation

  1. 1.Initialize the repository if it's your first time:
bash
    cd resume-maker-ai-agent
    make init-repo
  1. 1.Install dependencies using Poetry:
bash
    make bake-env
  1. 1.Run the FastAPI server:
bash
    make run

You are now ready to start development on your project! The CI/CD pipeline will be triggered when you open a pull request, merge to main, or when you create a new release.