{"id":19225191,"url":"https://github.com/tirtharajsinha/vision-x","last_synced_at":"2026-05-09T07:01:43.304Z","repository":{"id":104386245,"uuid":"311007131","full_name":"tirtharajsinha/vision-x","owner":"tirtharajsinha","description":"vision - X is a computer Vision project deployable on web ,totally based on django-python framework.","archived":false,"fork":false,"pushed_at":"2022-09-11T12:46:03.000Z","size":36616,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-23T10:17:18.847Z","etag":null,"topics":["computer-vision","django","django-framework","django-project","html5","image-classification","image-processing","opencv","python","python3","webapp","website"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/tirtharajsinha.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":"2020-11-08T07:18:04.000Z","updated_at":"2024-09-18T00:39:33.000Z","dependencies_parsed_at":"2023-04-20T20:32:26.769Z","dependency_job_id":null,"html_url":"https://github.com/tirtharajsinha/vision-x","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/tirtharajsinha/vision-x","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tirtharajsinha%2Fvision-x","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tirtharajsinha%2Fvision-x/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tirtharajsinha%2Fvision-x/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tirtharajsinha%2Fvision-x/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tirtharajsinha","download_url":"https://codeload.github.com/tirtharajsinha/vision-x/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tirtharajsinha%2Fvision-x/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32810381,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["computer-vision","django","django-framework","django-project","html5","image-classification","image-processing","opencv","python","python3","webapp","website"],"created_at":"2024-11-09T15:14:14.801Z","updated_at":"2026-05-09T07:01:43.281Z","avatar_url":"https://github.com/tirtharajsinha.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vision - X\n\n## Domain - Generic image processing and recognition\n\n### [Visit application](https://tirtharajsinha.pythonanywhere.com/)\n\n\u003cbr\u003e\n\n\u003e vision - X is a computer Vision project deployable on web ,totally based on \u003cb\u003eopencv-python\u003c/b\u003e and \u003cb\u003edjango-python\u003c/b\u003e framework.\u003cbr\u003e\n\n## Project Requirements\n\n- Programing Language : python3\n- core Backend frameworks/packages : Django, numpy, opencv, pillow , sqlite3 etc.\n- Tools : IDE - Pycharm | Text Editor - VS Code\n- version control system : git | remote-repository-platform : github.com\n- Database : SQLite3\n- Hosting platform : [pythonanywhere.com](https://pythonanywhere.com)\n\n## Download codebase in local mechine\n\n```\ngit clone https://github.com/tirtharajsinha/vision-x.git\n```\n\n-- OR --\u003cbr\u003e\nIf you have ssh connection then only\n\n```\ngit clone git@github.com:tirtharajsinha/vision-x.git\n```\n\n## Installing python dependencies\n\n```\ncd vision-x\n```\n\nIn windows\n\n```\npython install -r requirements.txt\n```\n\nIn linux\n\n```\npython3 install -r requirements.txt\n```\n\n## Run application\n\nfind where the `manage.py` file is located.\u003cbr\u003e\nIt should be in the `vision-x/vision` directory.\u003cbr\u003e\nIf you locate the `manage.py` then open a terminal in that location.\n\nIn windows\n\n```\npython manage.py runserver\n```\n\nIn linux\n\n```\npython3 manage.py runserver\n```\n\n## Contribution\n\nContributors are always welcome. Make sure your contribution add some value.\nWe belive in quality not quantity.\n\n## upstream the local repository with remote repository\n\n### Add upstream repository\n\n```\ngit remote add upstream https://github.com/tirtharajsinha/vision-x.git\n```\n\n### Upstream your repository\n\n```\ngit fetch upstream\ngit checkout main\ngit merge upstream/main\n\n```\n\n## In case you get messed up with your repo\n\nfirst add upstream repository. then run below commands.\n\n```\ngit reset --hard origin/main\ngit fetch upstream\ngit checkout main\ngit merge upstream/main\n```\n\n## other notes\n\n1. use it in virtual environment(virtualenv) to get get rid of GPU related worning/error.\n2. Always run ` python manage.py collectstatic` before deploying in production server.\n3. Put codebase in the virtual environment in the production server.\n4. Read the full documentation of the hosting platform before you are using.\n\n## Documentation of some populer platform in case you need\n\n1. pythonanywhere.com :\n\n   - [Docs of hosting](https://help.pythonanywhere.com/pages/DeployExistingDjangoProject/)\n   - [docs for managing static files](https://help.pythonanywhere.com/pages/DjangoStaticFiles)\n   - [docs for media file mapping](https://docs.djangoproject.com/en/dev/topics/files/)\n\n2. Heroku\n\n   - [Docs of hosting](https://www.analyticsvidhya.com/blog/2020/10/step-by-step-guide-for-deploying-a-django-application-using-heroku-for-free/)\n   - [docs for managing static files](https://devcenter.heroku.com/articles/django-assets)\n\n   - [docs for database](https://dev.to/giftedstan/heroku-how-to-deploy-a-django-app-with-postgres-in-5-minutes-5lk#:~:text=This%20post%20is%20step%20by,project%20folder%20in%20the%20terminal.)\n\n# \u003cbr\u003e\n\n\u003cp style=\"float:right;\"\u003eDeveloped by Tirtharaj Sinha\u003ca href=\"https://github.com/tirtharajsinha\"\u003e @tirtharajsinha\u003c/a\u003e.\u003cbr\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftirtharajsinha%2Fvision-x","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftirtharajsinha%2Fvision-x","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftirtharajsinha%2Fvision-x/lists"}