{"id":23298897,"url":"https://github.com/dnafication/ai-playground","last_synced_at":"2026-02-17T01:01:03.729Z","repository":{"id":250815898,"uuid":"835517268","full_name":"dnafication/ai-playground","owner":"dnafication","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-07T23:24:44.000Z","size":1182,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-28T02:42:15.529Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/dnafication.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-07-30T02:16:41.000Z","updated_at":"2024-09-25T23:14:40.000Z","dependencies_parsed_at":"2024-07-30T08:29:28.808Z","dependency_job_id":"43c2a420-4e28-4e5a-baad-16d514cdb8f4","html_url":"https://github.com/dnafication/ai-playground","commit_stats":null,"previous_names":["dnafication/ai-playground"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dnafication/ai-playground","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnafication%2Fai-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnafication%2Fai-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnafication%2Fai-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnafication%2Fai-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dnafication","download_url":"https://codeload.github.com/dnafication/ai-playground/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnafication%2Fai-playground/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29528226,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T00:57:22.232Z","status":"ssl_error","status_checked_at":"2026-02-17T00:54:25.811Z","response_time":115,"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-20T08:13:07.620Z","updated_at":"2026-02-17T01:01:03.706Z","avatar_url":"https://github.com/dnafication.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ai-playground\n\nMy scratchpad for AI/ML experiments and tools\n\n## Start\n\n- Install `nvm`\n\n```bash\n# Set up the right node version\nnvm use\n\n# Install dependencies\nnpm install\n\n# Run the scratchpad\nnpm run scratch \u003cpath-to-scratchpad\u003e\n\n# Example\nnpm run scratch scratchpad/openai-basics.js\n\n```\n\n## Transcribe \u0026 Summarize\n\n- Install SoX (Sound eXchange, the Swiss Army knife of audio manipulation). The scripts use `rec` to record audio.\n- Depends directly on [whisper.cpp](https://github.com/ggerganov/whisper.cpp) which is a Port of OpenAI's Whisper model in C/C++. You must provide path to the main executable and the models in `.env` file.\n- Any OpenAI compatible API server can be used with the summarisation script. Just update the `.env` file with the appropriate API endpoint and key. If you are running tools like LM Studio, just point to the local server in `OPENAI_BASE_URL` and the model name in `OPENAI_MODEL_NAME`.\n\n```bash\n# run the following and follow the prompts\nnpm run transcribe\n\n# summarize the transcription\nnpm run summarize recordings/transcription.txt\n```\n\n## Aside\n\nDo NOT commit `.env` file. It is added to `.gitignore` but just in case. Use [git-secrets](https://github.com/awslabs/git-secrets) to prevent you from committing secrets and credentials into git repositories\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnafication%2Fai-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdnafication%2Fai-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnafication%2Fai-playground/lists"}