{"id":15066272,"url":"https://github.com/sechi42/github-actions","last_synced_at":"2026-02-06T18:36:05.481Z","repository":{"id":255895571,"uuid":"851696593","full_name":"Sechi42/github-actions","owner":"Sechi42","description":"Este proyecto automatiza el despliegue de un modelo de machine learning utilizando GitHub Actions. El pipeline CI/CD construye, prueba y despliega una imagen Docker en Amazon ECR, luego se implementa en una instancia EC2 para predecir la tasa de cancelación de clientes de la empresa Interconnect. ","archived":false,"fork":false,"pushed_at":"2024-09-07T17:08:58.000Z","size":4338,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-12T12:44:27.878Z","etag":null,"topics":["aws-ec2","aws-ecr","fastapi","python","tensorflow"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sechi42.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-03T15:00:36.000Z","updated_at":"2024-09-07T17:09:02.000Z","dependencies_parsed_at":"2024-09-07T18:31:17.049Z","dependency_job_id":"ba087154-a36f-4271-b1f3-b48d8aa39cfd","html_url":"https://github.com/Sechi42/github-actions","commit_stats":null,"previous_names":["sechi42/github-actions"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sechi42/github-actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sechi42%2Fgithub-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sechi42%2Fgithub-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sechi42%2Fgithub-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sechi42%2Fgithub-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sechi42","download_url":"https://codeload.github.com/Sechi42/github-actions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sechi42%2Fgithub-actions/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266210835,"owners_count":23893337,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws-ec2","aws-ecr","fastapi","python","tensorflow"],"created_at":"2024-09-25T01:04:48.208Z","updated_at":"2026-02-06T18:36:05.444Z","avatar_url":"https://github.com/Sechi42.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Setup Virtual Environment\n\n```python\nconda create -n fastapi-env python=3.12.4\nconda activate fastapi-env\npip install -r requirements.txt\n```\n\n# Running the server\n`uvicorn main:app --reload`\n# `uvicorn main:my_first_api --reload`\n\nThe command `uvicorn main:app` refers to:\n- main: the file main.py (the Python \"module\").\n- app: the object created inside of main.py with the line app = FastAPI().\n- --reload: make the server restart after code changes. Only use for development.\n\n\n\n\n```\n\nsudo yum update -y\nsudo amazon-linux-extras install docker\nsudo service docker start\nsudo systemctl start docker\nsudo service docker status\nsudo groupadd docker\nsudo usermod -a -G docker ec2-user\nnewgrp docker\ndocker —-version\n\n# create ECR with name: my-flask-app\naws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 866824485776.dkr.ecr.us-east-1.amazonaws.com\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsechi42%2Fgithub-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsechi42%2Fgithub-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsechi42%2Fgithub-actions/lists"}