{"id":15598671,"url":"https://github.com/jofaval/mlai-portfolio","last_synced_at":"2026-04-25T11:34:07.120Z","repository":{"id":125618337,"uuid":"438037874","full_name":"jofaval/mlai-portfolio","owner":"jofaval","description":"My portfolio about Data Analysis, Machine Learning and A.I.","archived":false,"fork":false,"pushed_at":"2022-03-04T13:51:56.000Z","size":571,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-09T17:04:01.764Z","etag":null,"topics":["computer-science","data-analysis","data-science","machine-learning","portfolio","python"],"latest_commit_sha":null,"homepage":"https://mlai.jofaval.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jofaval.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2021-12-13T22:01:02.000Z","updated_at":"2022-04-10T23:20:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"49bbe703-643c-41d9-8762-1165fd4f5691","html_url":"https://github.com/jofaval/mlai-portfolio","commit_stats":{"total_commits":218,"total_committers":2,"mean_commits":109.0,"dds":0.004587155963302725,"last_synced_commit":"7a60a299e5dda918601e422a3270e90fddeac0ae"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jofaval/mlai-portfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jofaval%2Fmlai-portfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jofaval%2Fmlai-portfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jofaval%2Fmlai-portfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jofaval%2Fmlai-portfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jofaval","download_url":"https://codeload.github.com/jofaval/mlai-portfolio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jofaval%2Fmlai-portfolio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32261116,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: 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":["computer-science","data-analysis","data-science","machine-learning","portfolio","python"],"created_at":"2024-10-03T01:40:58.423Z","updated_at":"2026-04-25T11:34:02.113Z","avatar_url":"https://github.com/jofaval.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# M.L. \u0026\u0026 A.I. - Portfolio #\n\n## Description\n\nPortfolio of all my Machine Learning and Artificial Intelligence projects and \"background\".\nIt may be mixed with Data Science/Analysis of the given results. Or maybe even full projects.\n\n## Website\n\nUsing a bit of background as a Web Developer I created my website from scratch and serve it as static files so it renders as fast as possible.\n\n### Hosted on\n\n[mlai.jofaval.com](https://mlai.jofaval.com)\n\n### Structure\n\nA little more detail about the folder structure can be found [here](./docs/en/Structure.md)\n\n#### Why MLAI?\n\nIt comes from **M**achine **L**earning and **A**rtificial **I**ntelligence. It's a nice acronym and it wouldn't be mistaken so easily with other variations, since `aiml` for example, is already used in computing science for `AIML` (**A**rtificial **I**ntelligence **M**ark-up **L**anguage)\n\n### Uses\n\n- Self-built \"pseudo-compiler\" for blazing fast loads and easy page design\n- Minify external library\n- ImageMagick library\n\n### Bob The Builder\n\nBob The Builder is an observer that helps you not having to use the CLI that much, or at all!\n\nThis will boot Bob\n```shell\nphp bob\n```\n\nAnd now that Bob is booted you can freely work on the public files without having to rebuild them manually\n\n### Local server\n\nTo initialize a local server with the observer run the following command:\n\n```shell\ntools/server.bat\n```\n\nor use the CLI\n\n```shell\nphp cli serve\n```\n\n### CLI\n\n**C**ommand **L**ine **I**nterface, it's the built-in utility for bash interaction with the actions.\n\n#### Compile the site\n\n```shell\nphp cli build\n```\n\nOr \n```shell\nphp cli rebuild file[.php]\n```\nfor a specific file\n\n#### Generate the sitemap\n\n```shell\nphp cli sitemap\n```\n\n#### Deploy\nIt does a \n```shell\nphp cli build\n```\ninternally and a\n```shell\nphp cli sitemap\n```\n\nFor this to work you'll need to create a `production/config.py` with the variables [ `host` : `str`, `port` : `int`, `username` : `str`, `password` : `str` ]\n\n\n```shell\nphp cli deploy\n```\n\n#### PWA\n\nGenerates all the necessary information to create a PWA with the information given\n\n\n```shell\nphp cli pwa\n```\n\n## Experience\n\nAll my experience\n\n### Background\n\nI come from a Software and Web Development background (Computer Science related). But I started in the world of IT with graphic design, and by chance I was introduced to computing. One thing led to another and here we are =).\n\n### Motivation\n\nEveryone's talking about A.I., Machine Learning and Big Data these days, all around the news, computer science is taking a new big step, why not gaze into it?!\n\n### Projects\n\nNone... atm.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjofaval%2Fmlai-portfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjofaval%2Fmlai-portfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjofaval%2Fmlai-portfolio/lists"}