Skip to content

Instantly share code, notes, and snippets.

View arafatkatze's full-sized avatar
💭
Lover of life and all things beautiful

Ara arafatkatze

💭
Lover of life and all things beautiful
View GitHub Profile
@arafatkatze
arafatkatze / cloneConvertTensorflow.sh
Created November 5, 2016 03:59 — forked from johndpope/cloneConvertTensorflow.sh
clone tensorflow + convert proto files to Swift /ObjC /Python /Ruby /Node/c# or c++
# chmod +x cloneConvertProto.sh
printf "\033c"
echo "Fetching latest protobuf from Apple"
git clone https://github.com/apple/swift-protobuf.git
cd swift-protobuf
swift build
cp .build/debug/protoc-gen-swift ./
cd ..
printf "\033c"