|
1 | 1 | # Replicate toolkit for swift |
2 | | -[](https://swiftpackageindex.com/igor11191708/replicate-kit-swift) |
| 2 | +[](https://swiftpackageindex.com/swiftuiux/replicate-kit-swift) |
3 | 3 |
|
4 | 4 | *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* |
5 | 5 |
|
6 | 6 | ## 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) |
8 | 8 |
|
9 | | -  |
| 9 | +  |
10 | 10 |
|
11 | 11 | 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. |
12 | 12 |
|
@@ -61,7 +61,7 @@ You can find input format for models at [the model page](https://replicate.com/s |
61 | 61 |
|
62 | 62 | ### Handling errors |
63 | 63 | 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 | | - |
| 64 | + |
65 | 65 |
|
66 | 66 |
|
67 | 67 | ## Replicate API |
@@ -112,12 +112,12 @@ Processing a response errors cases when server cannot or will not process the re |
112 | 112 | ) async throws -> Prediction<Output> |
113 | 113 | ``` |
114 | 114 |
|
115 | | - |
| 115 | + |
116 | 116 |
|
117 | 117 |
|
118 | 118 | ## Documentation(API) |
119 | 119 | - You need to have Xcode 13 installed in order to have access to Documentation Compiler (DocC) |
120 | 120 | - Go to Product > Build Documentation or **⌃⇧⌘ D** |
121 | 121 |
|
122 | 122 |
|
123 | | - |
| 123 | + |
0 commit comments