{"id":15908493,"url":"https://github.com/capjamesg/rf-model-demo","last_synced_at":"2025-04-03T00:22:54.307Z","repository":{"id":104874010,"uuid":"545947113","full_name":"capjamesg/rf-model-demo","owner":"capjamesg","description":"A simple example script using the chess piece CV model built using Roboflow.","archived":false,"fork":false,"pushed_at":"2024-04-03T15:19:28.000Z","size":15,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T19:16:40.280Z","etag":null,"topics":["computer-vision","roboflow"],"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/capjamesg.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":"2022-10-05T08:52:40.000Z","updated_at":"2022-10-07T08:38:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"b2dd26c0-6692-4429-81f5-1371ae0bd07d","html_url":"https://github.com/capjamesg/rf-model-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capjamesg%2Frf-model-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capjamesg%2Frf-model-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capjamesg%2Frf-model-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capjamesg%2Frf-model-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/capjamesg","download_url":"https://codeload.github.com/capjamesg/rf-model-demo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246912625,"owners_count":20853894,"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":["computer-vision","roboflow"],"created_at":"2024-10-06T14:21:58.135Z","updated_at":"2025-04-03T00:22:54.266Z","avatar_url":"https://github.com/capjamesg.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Roboflow Chess Model (Example)\n\nThis project queries a pretrained chess object detection model hosted on [Roboflow](https://roboflow.com). The project:\n\n1. Prints out all of the predictions over a given confidence threshold.\n2. Saves the annotated predictions to a file.\n\n## Getting Started\n\nTo get started with this project, first set up a virtual environment in which you can install the required dependencies:\n\n    python3 -m venv venv\n    source venv/bin/activate\n    pip3 install -r requirements.txt\n\nNext, copy the `example.config.py` file into a file called `config.py`:\n\n    cp example.config.py config.py\n\nOpen up the `config.py` file and update its contents with your:\n\n1. Roboflow model name\n2. API key\n3. Project version name\n4. The name of the image on which you want to run a prediction\n5. The confidence threshold above which predictions are displayed to the console\n\nNow you are ready to run the project. You can do so using this command:\n\n    python3 model.py\n\nYou will see an output with the confidence thresholds retrieved from the Roboflow API, like this:\n\n    \n\n## Technologies\n\nThis project was built using Python and Roboflow.\n\n## Contributors\n\n- capjamesg","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapjamesg%2Frf-model-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcapjamesg%2Frf-model-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapjamesg%2Frf-model-demo/lists"}