{"id":16227579,"url":"https://github.com/simonaco/25daysofserverless","last_synced_at":"2026-01-21T21:32:44.422Z","repository":{"id":37229096,"uuid":"227701550","full_name":"simonaco/25daysofserverless","owner":"simonaco","description":"Build your jokes generator using Machine Learning and Serverless","archived":false,"fork":false,"pushed_at":"2023-02-16T01:56:33.000Z","size":3413,"stargazers_count":2,"open_issues_count":16,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T16:12:50.835Z","etag":null,"topics":["25daysofserverless","azure-functions","python","serverless","textgenrnn"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simonaco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-12-12T21:40:37.000Z","updated_at":"2024-06-14T05:39:40.000Z","dependencies_parsed_at":"2024-10-27T20:35:25.486Z","dependency_job_id":"4d1909a6-2e8b-429a-ac92-dfd518a49a50","html_url":"https://github.com/simonaco/25daysofserverless","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/simonaco/25daysofserverless","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonaco%2F25daysofserverless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonaco%2F25daysofserverless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonaco%2F25daysofserverless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonaco%2F25daysofserverless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonaco","download_url":"https://codeload.github.com/simonaco/25daysofserverless/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonaco%2F25daysofserverless/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28644061,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T21:29:11.980Z","status":"ssl_error","status_checked_at":"2026-01-21T21:24:31.872Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["25daysofserverless","azure-functions","python","serverless","textgenrnn"],"created_at":"2024-10-10T12:53:10.454Z","updated_at":"2026-01-21T21:32:44.398Z","avatar_url":"https://github.com/simonaco.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 25daysofserverless\n\n1. In the Azure Portal:\nCreate a function app which you will use in the next steps\nUnder the associated storage account for the function create a container named `jokes`\n\n1. Clone repo\n```bash\ngit clone git@github.com:simonaco/25daysofserverless.git\ncd 25daysofserverless\nnpx func azure functionapp publish \u003cyour-function-name\u003e --python\n```\n\n1. Train the model that you will upload to the created storage container\n```bash\npython3.7 -m venv .venv\nsource .venv/bin/activate\npip install -r requirements.txt  # inside the 25daysofserverless folder\npython create_model.py        # trains the model for that you will use for your API\n```\n\n1. Go to the storage section in the azure portal and upload the resulting `textgenrnn_weights.hdf5`\n\n1. This should trigger the function to execute. If everything has worked then you should see no errors in the Live Metrics stream.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonaco%2F25daysofserverless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonaco%2F25daysofserverless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonaco%2F25daysofserverless/lists"}