Skip to content

goolat/kcci.intel.ai.project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Intel Edge AI SW Developer Academy

Clone

git clone https://github.com/<내계정>/kcci.intel.ai.project.git

또는

git clone git@github.com:<내계정>/kcci.intel.ai.project.git

환경설정

git config --global user.name "내 이름"
git config --global user.email "내@이메일.계정"

Sync from Forked Repository

Fork한 개인 repo에서 upstream project를 sync하는 방법

cd kcci.intel.ai.project

git remote add upstream https://github.com/mokiya/kcci.intel.ai.project.git
git fetch upstream
git merge upstream/main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 70.4%
  • Jupyter Notebook 24.8%
  • C++ 2.9%
  • Makefile 1.1%
  • Shell 0.8%