Grimmer Kang (grimmer0125)

grimmer0125

Geek Repo

Company:@firefliesai

Location:Remote. Taipei, Taiwan

Github PK Tool:Github PK Tool


Organizations
lifeoverflow
maolife
pycontw

Grimmer Kang's repositories

alphago-zero-tictactoe-js

A game framework based on AlphaZero/TensorFlow.js runs in browser to demonstrate tic-tac-toe AI game. Use a pre-trained model or train from scratch. Ported from suragnair/alpha-zero-general (Python)

Language:JavaScriptLicense:MITStargazers:39Issues:6Issues:0

numjs

Like NumPy, in JavaScript. It's a modification of the numjs project. Improvement: TypeScript/ES6/Documentation, etc. Published a new npm package, @d4c/numjs, used by alphago-zero-tictactoe-js.

Language:TypeScriptLicense:NOASSERTIONStargazers:22Issues:3Issues:1

search-github-starred

Full-Text Search the readme, description, homepage and URL of your GitHub starred repository. Use GitHub OAuth 2, React, Redux, Golang (server side), Elasticsearch, Redis.

Language:GoLicense:MITStargazers:16Issues:4Issues:1

p2pMessenger

This demo project uses a WebSocket signal server to exchange the IP information of every pair of iOS clients and constructs a P2P STUN channel to exchange text messages. STUN is a part of WebRTC.

Language:CLicense:GPL-3.0Stargazers:15Issues:4Issues:0

vscode-back-forward-button

over 17000 installs !! Put these buttons on status bar, just like Atom Nuclide IDE package. Install: https://marketplace.visualstudio.com/items?itemName=grimmer.vscode-back-forward-button

Language:TypeScriptLicense:MITStargazers:11Issues:3Issues:6

dicom-web-viewer

This Chrome extension / Web views online or local medical DICOM P10 images. Features and Notes are in wiki.

Language:TypeScriptLicense:NOASSERTIONStargazers:7Issues:3Issues:1

maolife

This React Native iOS/Android app lets you record a cat/dog daily respiratory rate to get better long-term medical care (some heart and lung diseases, e.g. cat's HCM), sharing record permission OK

Language:JavaScriptLicense:MITStargazers:4Issues:3Issues:2

grimmer0125.github.io

Grimmer's old blog, using mmistakes's Jekyll's theme. New: https://github.com/grimmer0125/gatsby-blog

Language:HTMLLicense:MITStargazers:2Issues:3Issues:0

gatsby-blog

Powered by Gatsby, Lumen & GraphQL. Customize Lumen and disable its catalog temporarily.

Language:JavaScriptLicense:NOASSERTIONStargazers:1Issues:3Issues:1

golden-layout-react-exp

Use https://github.com/grimmer0125/goldenlayout-react-portals which is better solution/example on React

Language:JavaScriptStargazers:1Issues:2Issues:0

langchainjs-test

Test callbacks parameter of LangChain.js to get the token usage. put OPENAI_API_KEY="" in .env and use VSCode launch to debug it. Completion models are supported but embedding models is not supported yet (even in Python LangChain)

Language:TypeScriptStargazers:1Issues:2Issues:0

nestjs-example

More integration example: https://github.com/grimmer0125/full-stack-example

Language:TypeScriptStargazers:1Issues:3Issues:0

node_test_profiler

Use v8 built-in profiler on Node.js

Language:JavaScriptStargazers:1Issues:1Issues:0

react-opentelemetry-jaeger-example

stalk-opentracing-js implements http-thrift protocol which is used in jaeger so it can send span data from browser to jaeger. Change USERNAME, PASSWORD, and SERVER_URL which should not contain "/api/traces" and the library will auto-append this. Test: 1. yarn start. 2. Use VSCode F5 to debug. Launch.json disable cors-check.

Language:JavaScriptStargazers:1Issues:2Issues:0

ts-json-schema

Use https://github.com/YousefED/typescript-json-schema 1. TypeScript -> Json Schema and 2. use ajv (master branch) / python jsonschema to import schema and invalidate json data.

Language:TypeScriptStargazers:1Issues:3Issues:1

typescript-full-stack-example

A full-stack example that integrates some famous stack: TypeScript, React Hooks, Redux Toolkit, GraphQL, NestJS, TypeORM, PostgreSQL, Passport.js, JWT, Traefik, Azure.

Language:TypeScriptStargazers:1Issues:3Issues:0

AI-tamago

A local-ready LLM-generated and LLM-driven virtual pet with thoughts and feelings. 100% Javascript.

License:MITStargazers:0Issues:0Issues:0

function-gpt

This is a typescript library that helps handle function calling with OpenAI's ChatGPT API.

License:MITStargazers:0Issues:0Issues:0

lawtechhackson

2022台灣法律法遵科技黑客松https://hackathon.lawsnote.com/index.php/2022legaltechhackathon/, slide: https://docs.google.com/presentation/d/18FiTPSRTOPrXbdSMgwxuNCRBfCsSNW2_/edit#slide=id.p1. Use sentence-transformers.

Language:PythonStargazers:0Issues:4Issues:2

llamaindex-try

random attempts in learning llamaindex

Stargazers:0Issues:0Issues:0

milvus_client_example

code is from https://github.com/milvus-io/milvus-sdk-node

Language:JavaScriptStargazers:0Issues:2Issues:0

nestj-ts-json-schema-generator-example

Please use https://github.com/grimmer0125/ts-json-schema-generator-example.

Language:TypeScriptStargazers:0Issues:3Issues:0

nestjs-bullmq-example

add bull-board, test await job.waitUntilFinished (request-reply pattern) by reusing QueueEventsHost's queues & use bullmq bulit-in Queue/Job for BullMQ part (not anymore from bull). Use http://localhost:3001/start-bullmq to test. VS Code launch is added. Extract BullMQ code to a global NestJS module.

Language:TypeScriptStargazers:0Issues:1Issues:0

openai-function-calling-example

Based on https://cookbook.openai.com/examples/how_to_call_functions_with_chat_models & https://github.com/atinylittleshell/function-gpt, set OPENAI_API_KEY in .env and use VSCode launch to debug it

Language:TypeScriptStargazers:0Issues:0Issues:0
Language:ShellStargazers:0Issues:2Issues:0

speech-tune

one script for xls-r/xlsr/whisper fine-tuning

Language:PythonStargazers:0Issues:2Issues:0

switchv

1. build app yarn make_mas, sh ./sign.sh 2. https://apps.apple.com/us/app/switchv/id1663612397 3. extension: https://marketplace.visualstudio.com/items?itemName=grimmer.SwitchV

Language:TypeScriptStargazers:0Issues:3Issues:0

ts-json-schema-generator

Generate JSON schema from your Typescript sources

Language:TypeScriptLicense:MITStargazers:0Issues:1Issues:0

ts-json-schema-generator-example

This is the study about https://github.com/vega/ts-json-schema-generator/issues/1472

Language:JavaScriptStargazers:0Issues:3Issues:0