Deepak Pant
Updated poetry setup
c2e4879
metadata
title: Resume Maker AI
emoji: πŸ“„
colorFrom: blue
colorTo: purple
sdk: docker
app_port: 7860
short_description: AI service for making resumes.

resume-maker-ai-agent

This app will download Jio-Savan music.

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. Initialize the repository if it's your first time:

    cd resume-maker-ai-agent
    make init-repo
    
  2. Install dependencies using Poetry:

    make bake-env
    
  3. Run the FastAPI server:

    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.