{"id":23139242,"url":"https://github.com/trimpta/is_ai_odd","last_synced_at":"2026-01-30T05:40:06.465Z","repository":{"id":266242607,"uuid":"897802161","full_name":"trimpta/is_ai_odd","owner":"trimpta","description":"A Python package that leverages AI to identify odd patterns in data using generative models.","archived":false,"fork":false,"pushed_at":"2024-12-03T15:29:54.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-29T19:50:24.925Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trimpta.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-03T09:10:45.000Z","updated_at":"2025-03-02T06:51:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"68b6729b-3ad7-492b-8f22-0140e355426f","html_url":"https://github.com/trimpta/is_ai_odd","commit_stats":null,"previous_names":["trimpta/is_ai_odd"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/trimpta/is_ai_odd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trimpta%2Fis_ai_odd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trimpta%2Fis_ai_odd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trimpta%2Fis_ai_odd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trimpta%2Fis_ai_odd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trimpta","download_url":"https://codeload.github.com/trimpta/is_ai_odd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trimpta%2Fis_ai_odd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28906204,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T04:02:34.702Z","status":"ssl_error","status_checked_at":"2026-01-30T04:02:33.562Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-12-17T13:13:34.625Z","updated_at":"2026-01-30T05:40:06.454Z","avatar_url":"https://github.com/trimpta.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# is_ai_odd\n\n`is_ai_odd` is a Python package designed to identify \"odd\" patterns in data using Google’s generative AI models.\n\n## Installation\n\nYou can install the package using `pip`:\n\n```bash\npip install is_ai_odd\n```\n\nAlternatively, you can clone the repository and install it locally:\n\n```bash\ngit clone https://github.com/trimpta/is_ai_odd.git\ncd is_ai_odd\npip install .\n```\n\n## Usage\n\n### Initialize the API\n\nBefore using the functions in this package, you need to initialize the API with your API key:\n\n```python\nimport is_ai_odd\n\nis_ai_odd.init(API_KEY=\"your_api_key_here\")\n```\n\n### Example\n\nTo check if a number is \"odd\" using the `is_odd()` function:\n\n```python\nimport is_ai_odd\n\n# Initialize with your API key\nis_ai_odd.init(API_KEY=\"your_api_key_here\")\n\n# Check if a number is odd\nnumber = 5\nresult = is_ai_odd.is_odd(number)\nprint(f\"Is {number} odd? {result}\")\n```\n\nYou can also import init and is_odd directly.\n\n```python\nfrom is_ai_odd import init, is_odd\n\n# Initialize with your API key\ninit(API_KEY=\"your_api_key_here\")\n\n# Check if a number is odd\nnumber = 5\nresult = is_odd(number)\nprint(f\"Is {number} odd? {result}\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrimpta%2Fis_ai_odd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrimpta%2Fis_ai_odd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrimpta%2Fis_ai_odd/lists"}