Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5bb3743

Browse files
update
1 parent b6c3cc6 commit 5bb3743

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

‎Package.swift‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
targets: ["replicate-kit-swift"]),
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/igor11191708/async-http-client.git", from: "1.4.7")
16+
.package(url: "https://github.com/swiftuiux/async-http-client.git", from: "1.4.7")
1717
],
1818
targets: [
1919
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

‎README.md‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Replicate toolkit for swift
2-
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Figor11191708%2Freplicate-kit-swift%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/igor11191708/replicate-kit-swift)
2+
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fswiftuiux%2Freplicate-kit-swift%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/swiftuiux/replicate-kit-swift)
33

44
*It is not official toolkit for swift from Replicate I do it because I'd like to support guys who are creating open-source models for Replicate*
55

66
## SwiftUI example for the package
7-
[Replicate kit example app](https://github.com/igor11191708/replicate-kit-example)
7+
[Replicate kit example app](https://github.com/swiftuiux/replicate-kit-example)
88

9-
![The concept](https://github.com/The-Igor/replicate-kit-swift/blob/main/img/image_01.png)
9+
![The concept](https://github.com/swiftuiux/replicate-kit-swift/blob/main/img/image_01.png)
1010

1111
Replicate is a service that lets you run machine learning models with a few lines of code, without needing to understand how machine learning works. This package is the swift layer between Replicate API and your application.
1212

@@ -61,7 +61,7 @@ You can find input format for models at [the model page](https://replicate.com/s
6161

6262
### Handling errors
6363
Processing a response errors cases when server cannot or will not process the request due to something that is perceived to be a client error
64-
![The concept](https://github.com/igor11191708/replicate-kit-swift/blob/main/img/errors.png)
64+
![The concept](https://github.com/swiftuiux/replicate-kit-swift/blob/main/img/errors.png)
6565

6666

6767
## Replicate API
@@ -112,12 +112,12 @@ Processing a response errors cases when server cannot or will not process the re
112112
) async throws -> Prediction<Output>
113113
```
114114

115-
![The concept](https://github.com/igor11191708/replicate-kit-swift/blob/main/img/image_03.png)
115+
![The concept](https://github.com/swiftuiux/replicate-kit-swift/blob/main/img/image_03.png)
116116

117117

118118
## Documentation(API)
119119
- You need to have Xcode 13 installed in order to have access to Documentation Compiler (DocC)
120120
- Go to Product > Build Documentation or **⌃⇧⌘ D**
121121

122122

123-
![The concept](https://github.com/igor11191708/replicate-kit-swift/blob/main/img/image_02.png)
123+
![The concept](https://github.com/swiftuiux/replicate-kit-swift/blob/main/img/image_02.png)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /