Skip to content
View TakaoNarikawa's full-sized avatar
  • GeCS, Inc.
  • Tokyo Shibuya
  • 01:30 (UTC +09:00)

Organizations

@GeCS-Inc

Block or report TakaoNarikawa

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
TakaoNarikawa/README.md

Hi there 👋

CTO at GeCS, Inc. — building Annyo-Stack, a TypeScript monorepo across web and native.

  • 🔭 Currently leading product engineering at GeCS, Inc.
  • 🏗️ Building Annyo-Stack: monorepo with Next.js (App Router) + Expo (React Native)
  • ⚛️ React / React Native / Next.js / Expo
  • 🧬 TypeScript, GraphQL (Hasura), TanStack Query / Form
  • 🎨 In-house design system on Tamagui (shiki)
  • 🚀 Adopting React Compiler, type-driven development, and rigorous code review culture
  • 📚 Academic background in Deep Learning (PyTorch / TensorFlow), image-related research

Pinned Loading

  1. LayoutGAN-Reimplementation LayoutGAN-Reimplementation Public

    PyTorch reimplementation of "LayoutGAN: Generating Graphic Layouts with Wireframe Discriminators" publishsed in ICLR 2019

    Python 19 2

  2. Optimind-llc/fireclient Optimind-llc/fireclient Public

    Data management layer for Cloud Firestore & React

    TypeScript 9 2

  3. CppPuyo CppPuyo Public

    PuyoPuyo created with C++

    C++

  4. CS-Exp-Compiler CS-Exp-Compiler Public

    Compiler

    Python 1

  5. Convert darknet pre-trained model to... Convert darknet pre-trained model to CoreML model
    1
    #! /usr/bin/env python
    2
    """
    3
    Reads Darknet config and weights and creates Keras model with TF backend.
    4
    5
    """
  6. Mish.swift Mish.swift
    1
    import Foundation
    2
    import CoreML
    3
    import Accelerate
    4
    
                  
    5
    @objc(Mish) class Mish: NSObject, MLCustomLayer {