Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 3.82 KB

index.md

File metadata and controls

53 lines (42 loc) · 3.82 KB

Hi, I'm the CEO of Cowork AI. For more information, please visit https://cwrk.ai.

I was an Entrepreneur in Residence at Hashed from October 2021 to April 2022. I worked on web3 and crypto projects. Prior to joining Hashed, I was a software engineer at Waymo, formerly known as the Google self-driving car project, working on vision-based detection and classification for self-driving cars using various machine learning techniques.[^1]

CV | Google Scholar | LinkedIn

Recent news

  • Apr 2024. Launched Bake, cutting-edge AI APIs for generating stunning portraits using selfies or ultrasound images. Facemagic transforms selfies into high-quality character portraits or virtual model faces, while Babymagic creates realistic baby photos from 3D fetal ultrasounds.
  • Nov 2022. Launched SumUp, a web app that makes articles easier to understand using AI. Based on GPT-3, the app provides short summary, AI-generated Q&As, discussion between AIs, AI-generated user comments, and so on. Version 2 is on the way.
  • Nov 2021. Launched Pass the Baton, an NFT art project with purpose, on November 18th, 2021. The project creates a sustainable platform for giving on the blockchain. The NFTs are ERC-721 tokens on Ethereum. See more at https://baton.art.

Press

Work experience

{% assign pages = site.pages | where: "work_experience", true -%} {%- for page in pages -%}

  • [{{ page.title }}]({{ page.url }}) {% endfor %}

  • CEO, Cowork AI, Inc., Nov 2022 - present.

  • Entrepreneur in Residence, Hashed, Oct 2021 - Mar 2022.

  • Software Engineer, Waymo LLC, May 2016 - Jun 2021.

Education

  • Ph.D. student, Computer Science, Aug. 2012 - May 2016 (on leave)
    University of California, Berkeley
  • M.S., Computer Science, May 2016 (thesis)
    University of California, Berkeley
  • B.S., Computer Science and Engineering, Feb. 2012
    Seoul National University, Seoul, South Korea

Publications

{% include_relative publications.md %}

Course projects

{% assign pages = site.pages | where: "course_project", true | sort: "date" | reverse -%} {%- for page in pages -%}

  • [{{ page.title }} ({{ page.date | date: "%b %Y" }})]({{ page.url }}) {% endfor %}

Showcase

{% for image in site.static_files -%} {%- if image.path contains "/showcase/" -%} {%- endif -%} {%- endfor %}