{"id":21379262,"url":"https://github.com/karapetianash/recsystembackend","last_synced_at":"2025-03-16T10:25:33.946Z","repository":{"id":244456420,"uuid":"814824867","full_name":"karapetianash/recSystemBackend","owner":"karapetianash","description":"Recommender system backend.","archived":false,"fork":false,"pushed_at":"2024-06-19T13:28:21.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T22:30:55.666Z","etag":null,"topics":["cosine-similarity","csv","ml","recommender-system","sqlie3"],"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/karapetianash.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}},"created_at":"2024-06-13T19:31:50.000Z","updated_at":"2024-06-19T13:28:24.000Z","dependencies_parsed_at":"2024-06-19T23:33:27.499Z","dependency_job_id":"28ca06b4-d0c7-4ad7-90d0-007f876e9bed","html_url":"https://github.com/karapetianash/recSystemBackend","commit_stats":null,"previous_names":["karapetianash/recsystembackend"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karapetianash%2FrecSystemBackend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karapetianash%2FrecSystemBackend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karapetianash%2FrecSystemBackend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karapetianash%2FrecSystemBackend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karapetianash","download_url":"https://codeload.github.com/karapetianash/recSystemBackend/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243854471,"owners_count":20358614,"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":["cosine-similarity","csv","ml","recommender-system","sqlie3"],"created_at":"2024-11-22T10:18:17.405Z","updated_at":"2025-03-16T10:25:33.912Z","avatar_url":"https://github.com/karapetianash.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Movie Recommendation System - Python Part\n\nThis part of the project handles data preprocessing, model training, recommendation generation, and evaluation.\n\n## Table of Contents\n\n- [Overview](#overview)\n- [Structure](#structure)\n- [Setup](#setup)\n- [Usage](#usage)\n- [License](#license)\n\n## Overview\n\nThe Python part of the project reads movie and ratings data, preprocesses it, splits it into training and test sets, trains a collaborative filtering model, generates recommendations, and evaluates the model's performance.\n\n## Structure\n    \n    python/\n    ├── Dockerfile\n    ├── requirements.txt\n    ├── preprocess.py\n    ├── main.py\n    ├── database.py\n    ├── similarity.py\n    ├── recommendations.py\n    └── tests/\n        ├── test_database.py\n        ├── test_integration.py\n        ├── test_preprocess.py\n        ├── test_recommendations.py\n        └── test_similarity.py\n\n\n## Setup\n\n### Prerequisites\n\n- Python 3.x\n- Install dependencies using `requirements.txt`:\n```bash\npip install -r requirements.txt\n```\n\n## Usage\n\n### Data Preprocessing\n\nRun the preprocessing script to preprocess the data and split it into training and test sets:\n\n```bash\npython preprocess.py\n```\n### Model Training and Recommendation Generation\n\nRun the main script to train the model, generate recommendations, and evaluate the model:\n\n```bash\npython main.py\n```\n\n### Running Tests\n```bash\npytest -s tests\n```\n\n## License\nThis project is licensed under the MIT License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarapetianash%2Frecsystembackend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarapetianash%2Frecsystembackend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarapetianash%2Frecsystembackend/lists"}