{"id":31836256,"url":"https://github.com/friendotjava/anime-recommendation-app","last_synced_at":"2025-10-12T01:28:44.476Z","repository":{"id":318136674,"uuid":"1070110944","full_name":"FrienDotJava/anime-recommendation-app","owner":"FrienDotJava","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-05T09:51:00.000Z","size":26696,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-05T11:38:49.006Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","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/FrienDotJava.png","metadata":{"files":{"readme":"README.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-05T09:40:47.000Z","updated_at":"2025-10-05T09:51:03.000Z","dependencies_parsed_at":"2025-10-05T11:49:02.199Z","dependency_job_id":null,"html_url":"https://github.com/FrienDotJava/anime-recommendation-app","commit_stats":null,"previous_names":["friendotjava/anime-recommendation-app"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/FrienDotJava/anime-recommendation-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrienDotJava%2Fanime-recommendation-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrienDotJava%2Fanime-recommendation-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrienDotJava%2Fanime-recommendation-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrienDotJava%2Fanime-recommendation-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FrienDotJava","download_url":"https://codeload.github.com/FrienDotJava/anime-recommendation-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrienDotJava%2Fanime-recommendation-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009766,"owners_count":26084647,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-10-12T01:28:39.641Z","updated_at":"2025-10-12T01:28:44.454Z","avatar_url":"https://github.com/FrienDotJava.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Anime Recommendation App\n\n\u003ca target=\"_blank\" href=\"https://cookiecutter-data-science.drivendata.org/\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/CCDS-Project%20template-328F97?logo=cookiecutter\" /\u003e\n\u003c/a\u003e\n\nA short description of the project.\n\n## Project Organization\n\n```\n├── LICENSE            \u003c- Open-source license if one is chosen\n├── Makefile           \u003c- Makefile with convenience commands like `make data` or `make train`\n├── README.md          \u003c- The top-level README for developers using this project.\n├── data\n│   ├── external       \u003c- Data from third party sources.\n│   ├── interim        \u003c- Intermediate data that has been transformed.\n│   ├── processed      \u003c- The final, canonical data sets for modeling.\n│   └── raw            \u003c- The original, immutable data dump.\n│\n├── docs               \u003c- A default mkdocs project; see www.mkdocs.org for details\n│\n├── models             \u003c- Trained and serialized models, model predictions, or model summaries\n│\n├── notebooks          \u003c- Jupyter notebooks. Naming convention is a number (for ordering),\n│                         the creator's initials, and a short `-` delimited description, e.g.\n│                         `1.0-jqp-initial-data-exploration`.\n│\n├── pyproject.toml     \u003c- Project configuration file with package metadata for \n│                         anime_recommendation_app and configuration for tools like black\n│\n├── references         \u003c- Data dictionaries, manuals, and all other explanatory materials.\n│\n├── reports            \u003c- Generated analysis as HTML, PDF, LaTeX, etc.\n│   └── figures        \u003c- Generated graphics and figures to be used in reporting\n│\n├── requirements.txt   \u003c- The requirements file for reproducing the analysis environment, e.g.\n│                         generated with `pip freeze \u003e requirements.txt`\n│\n├── setup.cfg          \u003c- Configuration file for flake8\n│\n└── anime_recommendation_app   \u003c- Source code for use in this project.\n    │\n    ├── __init__.py             \u003c- Makes anime_recommendation_app a Python module\n    │\n    ├── config.py               \u003c- Store useful variables and configuration\n    │\n    ├── dataset.py              \u003c- Scripts to download or generate data\n    │\n    ├── features.py             \u003c- Code to create features for modeling\n    │\n    ├── modeling                \n    │   ├── __init__.py \n    │   ├── predict.py          \u003c- Code to run model inference with trained models          \n    │   └── train.py            \u003c- Code to train models\n    │\n    └── plots.py                \u003c- Code to create visualizations\n```\n\n--------\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffriendotjava%2Fanime-recommendation-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffriendotjava%2Fanime-recommendation-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffriendotjava%2Fanime-recommendation-app/lists"}