{"id":28546880,"url":"https://github.com/rubix982/vects","last_synced_at":"2026-04-11T14:33:10.167Z","repository":{"id":102936697,"uuid":"362929979","full_name":"Rubix982/Vects","owner":"Rubix982","description":"An implementation for vector space models used in Information Retrieval for ranked retrieval. Uses TF, IDF, and normalizing on a textual dataset, mostly corpus from novels.","archived":false,"fork":false,"pushed_at":"2023-12-17T05:32:54.000Z","size":1984,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-07T07:43:47.381Z","etag":null,"topics":["docker","docker-compose","fastapi","information-retrieval","python","ranked-retrieval","reactjs"],"latest_commit_sha":null,"homepage":"vectors.vercel.app","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/Rubix982.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}},"created_at":"2021-04-29T19:47:18.000Z","updated_at":"2021-07-22T15:30:28.000Z","dependencies_parsed_at":"2023-03-13T15:12:05.653Z","dependency_job_id":null,"html_url":"https://github.com/Rubix982/Vects","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Rubix982/Vects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rubix982%2FVects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rubix982%2FVects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rubix982%2FVects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rubix982%2FVects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rubix982","download_url":"https://codeload.github.com/Rubix982/Vects/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rubix982%2FVects/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31684525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"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":["docker","docker-compose","fastapi","information-retrieval","python","ranked-retrieval","reactjs"],"created_at":"2025-06-10T00:08:33.665Z","updated_at":"2026-04-11T14:33:10.159Z","avatar_url":"https://github.com/Rubix982.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n*** Thanks for checking out the Best-README-Template. If you have a suggestion\n*** that would make this better, please fork the repo and create a pull request\n*** or simply open an issue with the tag \"enhancement\".\n*** Thanks again! Now go create something AMAZING! :D\n--\u003e\n\n\u003c!-- PROJECT SHIELDS --\u003e\n\u003c!--\n*** I'm using markdown \"reference style\" links for readability.\n*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).\n*** See the bottom of this document for the declaration of the reference variables\n*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.\n*** https://www.markdownguide.org/basic-syntax/#reference-style-links\n--\u003e\n\n[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![MIT License][license-shield]][license-url]\n[![LinkedIn][linkedin-shield]][linkedin-url]\n\n## To Use\n\nGo int `server`, and run the `src/Test.py` file with `python3 src/Test.py`, it should run all the test cases given in the assignment.\n\n## Commands\n\n### Pushing to heroku\n\nGit Substree command,\n\n```bash\ngit subtree push --prefix server heroku master\n```\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n[contributors-shield]: https://img.shields.io/github/contributors/Rubix982/Information-Retrieval---Vector-Space-Model.svg?style=for-the-badge\n[contributors-url]: https://github.com/Rubix982/Information-Retrieval---Vector-Space-Model/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/Rubix982/Information-Retrieval---Vector-Space-Model.svg?style=for-the-badge\n[forks-url]: https://github.com/Rubix982/Information-Retrieval---Vector-Space-Model/network/members\n[stars-shield]: https://img.shields.io/github/stars/Rubix982/Information-Retrieval---Vector-Space-Model.svg?style=for-the-badge\n[stars-url]: https://github.com/Rubix982/Information-Retrieval---Vector-Space-Model/stargazers\n[issues-shield]: https://img.shields.io/github/issues/Rubix982/Information-Retrieval---Vector-Space-Model.svg?style=for-the-badge\n[issues-url]: https://github.com/Rubix982/Information-Retrieval---Vector-Space-Model/issues\n[license-shield]: https://img.shields.io/github/license/Rubix982/Information-Retrieval---Vector-Space-Model.svg?style=for-the-badge\n[license-url]: https://github.com/Rubix982/Information-Retrieval---Vector-Space-Model/blob/master/LICENSE.txt\n[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge\u0026logo=linkedin\u0026colorB=555\n[linkedin-url]: https://www.linkedin.com/in/saif-ul-islam-93786b187/\n[product-screenshot]: https://raw.githubusercontent.com/othneildrew/Best-README-Template/master/images/screenshot.png\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubix982%2Fvects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubix982%2Fvects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubix982%2Fvects/lists"}