File size: 984 Bytes
a5883c9 c2e4879 a5883c9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
---
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.
- **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. Initialize the repository if it's your first time:
```bash
cd resume-maker-ai-agent
make init-repo
```
2. Install dependencies using Poetry:
```bash
make bake-env
```
3. 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.
|