clipdrop-api-samples
Public samples using the ClipDrop API
File Explorer
Download Latest Version (.zip)- .gitignore
- ExampleInstrumentedTest.kt
- Api.kt
- MainActivity.kt
- Utils.kt
- ic_launcher_background.xml
- ic_launcher_foreground.xml
- activity_main.xml
- ic_launcher.xml
- ic_launcher_round.xml
- ic_launcher.webp
- ic_launcher_round.webp
- ic_launcher.webp
- ic_launcher_round.webp
- ic_launcher.webp
- ic_launcher_round.webp
- ic_launcher.webp
- ic_launcher_round.webp
- ic_launcher.webp
- ic_launcher_round.webp
- strings.xml
- themes.xml
- AndroidManifest.xml
- ExampleUnitTest.kt
- .gitignore
- build.gradle
- proguard-rules.pro
- gradle-wrapper.jar
- gradle-wrapper.properties
- .gitignore
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- README.md
- settings.gradle
- bulk.gif
- clip-ios.gif
- decompose-web.gif
- remove-objects-tfjs.gif
- Contents.json
- Contents.json
- Contents.json
- CameraController.swift
- CameraViewController.swift
- CustomCameraView.swift
- Contents.json
- SampleClipApp.swift
- UIImage+extension.swift
- View+Extension.swift
- WrappedView.swift
- Package.resolved
- IDEWorkspaceChecks.plist
- UserInterfaceState.xcuserstate
- contents.xcworkspacedata
- Breakpoints_v2.xcbkptlist
- xcschememanagement.plist
- project.pbxproj
- .DS_Store
- UIImage+extension.swift
- index.ts
- DropZone.tsx
- Landing.tsx
- Result.tsx
- _app.tsx
- index.tsx
- favicon.ico
- globals.css
- .gitignore
- next-env.d.ts
- next.config.js.encrypted
- package.json
- postcss.config.js
- prettier.config.js
- README.md
- tailwind.config.js
- tsconfig.json
- utils.ts
- yarn.lock
- APIKeyInput.tsx
- DropZone.tsx
- Landing.tsx
- Result.tsx
- Toggle.tsx
- dilate.ts
- index.ts
- resize.ts
- utils.ts
- _app.tsx
- index.tsx
- favicon.ico
- globals.css
- .gitignore
- next-env.d.ts
- next.config.js
- package.json
- postcss.config.js
- prettier.config.js
- README.md
- tailwind.config.js
- tsconfig.json
- yarn.lock
- favicon.ico
- index.html
- logo192.png
- logo512.png
- manifest.json
- robots.txt
- inter.css
- tailwind.css
- APIKeyInput.tsx
- App.tsx
- ClipAPI.ts
- common.d.ts
- Components.tsx
- Gallery.tsx
- GalleryCell.tsx
- index.tsx
- Pagination.tsx
- Queue.tsx
- QueueRow.tsx
- react-app-env.d.ts
- Upload.tsx
- utils.ts
- .env
- .gitignore
- .prettierrc
- package.json
- postcss.config.js
- README.md
- tailwind.config.js
- tsconfig.json
- yarn.lock
- APIKeyInput.tsx
- DropZone.tsx
- Landing.tsx
- Result.tsx
- Toggle.tsx
- _app.tsx
- index.tsx
- dict.txt
- group1-shard1of3.bin
- group1-shard2of3.bin
- group1-shard3of3.bin
- model.json
- favicon.ico
- TF_js.png
- index.ts
- globals.css
- .gitignore
- next-env.d.ts
- next.config.js
- package-lock.json
- package.json
- postcss.config.js
- prettier.config.js
- README.md
- tailwind.config.js
- tsconfig.json
- utils.ts
- APIKeyInput.tsx
- DropZone.tsx
- gradient.webp
- Landing.tsx
- Result.tsx
- Select.tsx
- TextAnim.tsx
- TF_js.png
- tfjs-logo.svg
- Toggle.tsx
- cocossd.ts
- index.ts
- resize.ts
- utils.ts
- _app.tsx
- index.tsx
- favicon.ico
- globals.css
- .gitignore
- next-env.d.ts
- next.config.js
- package.json
- postcss.config.js
- prettier.config.js
- README.md
- tailwind.config.js
- tsconfig.json
- yarn.lock
- APIKeyInput.tsx
- DropZone.tsx
- Landing.tsx
- Result.tsx
- _app.tsx
- index.tsx
- dict.txt
- group1-shard1of3.bin
- group1-shard2of3.bin
- group1-shard3of3.bin
- model.json
- favicon.ico
- TF_js.png
- tfjs-backend-wasm-simd.wasm
- worker.js
- index.ts
- globals.css
- .gitignore
- next-env.d.ts
- next.config.js
- package-lock.json
- package.json
- postcss.config.js
- prettier.config.js
- README.md
- tailwind.config.js
- tsconfig.json
- utils.ts
- APIKeyInput.tsx
- DropZone.tsx
- Landing.tsx
- Result.tsx
- Toggle.tsx
- _app.tsx
- index.tsx
- favicon.ico
- index.ts
- globals.css
- .gitignore
- next-env.d.ts
- next.config.js
- package-lock.json
- package.json
- postcss.config.js
- prettier.config.js
- README.md
- tailwind.config.js
- tsconfig.json
- utils.ts
- yarn.lock
- .gitignore
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/initml/clipdrop-api-samples
Downloads the entire project code from GitHub to your computer.
cd clipdrop-api-samples
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd android/ClipDropSample/app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
3. Node.js
EasyPrerequisites
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd web/cars
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
