Skip to content
View TakaoNarikawa's full-sized avatar

Highlights

  • Pro

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
TakaoNarikawa/README.md

Hi there ๐Ÿ‘‹

I am a Fullstack Engineer with a strong focus on front-end development. Here are some key points about my professional experience and skills:

  • ๐Ÿ”ญ Iโ€™m currently working as the CTO at GeCS, Inc.
  • ๐ŸŒฑ I have extensive experience with React, React Native, Next.js, and the Expo SDK.
  • โ˜๏ธ I have utilized AWS in front-end projects to create scalable and efficient applications.
  • ๐Ÿ—„๏ธ I primarily use GraphQL for database management and API development.
  • ๐Ÿ–ฅ๏ธ I am deeply invested in TypeScript, and I complete my fullstack development with React and TypeScript.
  • ๐Ÿ“š I have an academic background in Deep Learning, focusing on image-related research during university using PyTorch and TensorFlow.

github-status-scores github-status-top-langs

Pinned Loading

  1. LayoutGAN-Reimplementation LayoutGAN-Reimplementation Public

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

    Python 16 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 {