diff --git a/ceshi/.gitignore b/ceshi/.gitignore
new file mode 100644
index 0000000..aa724b7
--- /dev/null
+++ b/ceshi/.gitignore
@@ -0,0 +1,15 @@
+*.iml
+.gradle
+/local.properties
+/.idea/caches
+/.idea/libraries
+/.idea/modules.xml
+/.idea/workspace.xml
+/.idea/navEditor.xml
+/.idea/assetWizardSettings.xml
+.DS_Store
+/build
+/captures
+.externalNativeBuild
+.cxx
+local.properties
diff --git a/ceshi/.idea/.gitignore b/ceshi/.idea/.gitignore
new file mode 100644
index 0000000..359bb53
--- /dev/null
+++ b/ceshi/.idea/.gitignore
@@ -0,0 +1,3 @@
+# 默认忽略的文件
+/shelf/
+/workspace.xml
diff --git a/ceshi/.idea/compiler.xml b/ceshi/.idea/compiler.xml
new file mode 100644
index 0000000..fb7f4a8
--- /dev/null
+++ b/ceshi/.idea/compiler.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ceshi/.idea/deploymentTargetDropDown.xml b/ceshi/.idea/deploymentTargetDropDown.xml
new file mode 100644
index 0000000..1674049
--- /dev/null
+++ b/ceshi/.idea/deploymentTargetDropDown.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ceshi/.idea/gradle.xml b/ceshi/.idea/gradle.xml
new file mode 100644
index 0000000..cfc986a
--- /dev/null
+++ b/ceshi/.idea/gradle.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ceshi/.idea/misc.xml b/ceshi/.idea/misc.xml
new file mode 100644
index 0000000..bdd9278
--- /dev/null
+++ b/ceshi/.idea/misc.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ceshi/app/.gitignore b/ceshi/app/.gitignore
new file mode 100644
index 0000000..42afabf
--- /dev/null
+++ b/ceshi/app/.gitignore
@@ -0,0 +1 @@
+/build
\ No newline at end of file
diff --git a/ceshi/app/build.gradle b/ceshi/app/build.gradle
new file mode 100644
index 0000000..e260dab
--- /dev/null
+++ b/ceshi/app/build.gradle
@@ -0,0 +1,44 @@
+plugins {
+ id 'com.android.application'
+}
+
+android {
+ compileSdk 33
+
+ defaultConfig {
+ applicationId "com.example.ceshi"
+ minSdk 23
+ targetSdk 33
+ versionCode 1
+ versionName "1.0"
+
+ testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
+ }
+
+ buildTypes {
+ release {
+ minifyEnabled false
+ proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
+ }
+ }
+ compileOptions {
+ sourceCompatibility JavaVersion.VERSION_1_8
+ targetCompatibility JavaVersion.VERSION_1_8
+ }
+}
+
+dependencies {
+
+ implementation 'androidx.appcompat:appcompat:1.3.0'
+ implementation 'com.google.android.material:material:1.4.0'
+ implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
+ implementation files('D:\\ceshi\\app\\src\\main\\res\\aip-java-sdk-4.16.9.jar')
+ implementation files('D:\\ceshi\\app\\src\\main\\res\\json-20160810.jar')
+ implementation files('D:\\ceshi\\app\\src\\main\\res\\slf4j-api-1.7.25.jar')
+ implementation files('D:\\ceshi\\app\\src\\main\\res\\slf4j-simple-1.7.25.jar')
+ implementation files('D:\\ceshi\\app\\src\\main\\res\\gson-2.8.6.jar')
+ implementation 'com.android.car.ui:car-ui-lib:2.0.0'
+ testImplementation 'junit:junit:4.13.2'
+ androidTestImplementation 'androidx.test.ext:junit:1.1.3'
+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
+}
\ No newline at end of file
diff --git a/ceshi/app/lib/gson-2.8.6.jar b/ceshi/app/lib/gson-2.8.6.jar
new file mode 100644
index 0000000..4765c4a
Binary files /dev/null and b/ceshi/app/lib/gson-2.8.6.jar differ
diff --git a/ceshi/app/lib/java-sdk-4.15.7.jar b/ceshi/app/lib/java-sdk-4.15.7.jar
new file mode 100644
index 0000000..81230b9
Binary files /dev/null and b/ceshi/app/lib/java-sdk-4.15.7.jar differ
diff --git a/ceshi/app/lib/json.jar b/ceshi/app/lib/json.jar
new file mode 100644
index 0000000..2c0bf83
Binary files /dev/null and b/ceshi/app/lib/json.jar differ
diff --git a/ceshi/app/lib/json.zip b/ceshi/app/lib/json.zip
new file mode 100644
index 0000000..bb45401
Binary files /dev/null and b/ceshi/app/lib/json.zip differ
diff --git a/ceshi/app/lib/lib.zip b/ceshi/app/lib/lib.zip
new file mode 100644
index 0000000..24604a5
Binary files /dev/null and b/ceshi/app/lib/lib.zip differ
diff --git a/ceshi/app/proguard-rules.pro b/ceshi/app/proguard-rules.pro
new file mode 100644
index 0000000..481bb43
--- /dev/null
+++ b/ceshi/app/proguard-rules.pro
@@ -0,0 +1,21 @@
+# Add project specific ProGuard rules here.
+# You can control the set of applied configuration files using the
+# proguardFiles setting in build.gradle.
+#
+# For more details, see
+# http://developer.android.com/guide/developing/tools/proguard.html
+
+# If your project uses WebView with JS, uncomment the following
+# and specify the fully qualified class name to the JavaScript interface
+# class:
+#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
+# public *;
+#}
+
+# Uncomment this to preserve the line number information for
+# debugging stack traces.
+#-keepattributes SourceFile,LineNumberTable
+
+# If you keep the line number information, uncomment this to
+# hide the original source file name.
+#-renamesourcefileattribute SourceFile
\ No newline at end of file
diff --git a/ceshi/app/release/app-release.apk b/ceshi/app/release/app-release.apk
new file mode 100644
index 0000000..7749c52
Binary files /dev/null and b/ceshi/app/release/app-release.apk differ
diff --git a/ceshi/app/release/output-metadata.json b/ceshi/app/release/output-metadata.json
new file mode 100644
index 0000000..9b578b9
--- /dev/null
+++ b/ceshi/app/release/output-metadata.json
@@ -0,0 +1,20 @@
+{
+ "version": 3,
+ "artifactType": {
+ "type": "APK",
+ "kind": "Directory"
+ },
+ "applicationId": "com.example.ceshi",
+ "variantName": "release",
+ "elements": [
+ {
+ "type": "SINGLE",
+ "filters": [],
+ "attributes": [],
+ "versionCode": 1,
+ "versionName": "1.0",
+ "outputFile": "app-release.apk"
+ }
+ ],
+ "elementType": "File"
+}
\ No newline at end of file
diff --git a/ceshi/app/src/androidTest/java/com/example/ceshi/ExampleInstrumentedTest.java b/ceshi/app/src/androidTest/java/com/example/ceshi/ExampleInstrumentedTest.java
new file mode 100644
index 0000000..095c030
--- /dev/null
+++ b/ceshi/app/src/androidTest/java/com/example/ceshi/ExampleInstrumentedTest.java
@@ -0,0 +1,25 @@
+package com.example.ceshi;
+
+import android.content.Context;
+import androidx.test.platform.app.InstrumentationRegistry;
+import androidx.test.ext.junit.runners.AndroidJUnit4;
+
+import org.junit.Test;
+import org.junit.runner.RunWith;
+
+import static org.junit.Assert.*;
+
+/**
+ * Instrumented test, which will execute on an Android device.
+ *
+ * @see Testing documentation
+ */
+@RunWith(AndroidJUnit4.class)
+public class ExampleInstrumentedTest {
+ @Test
+ public void useAppContext() {
+ // Context of the app under test.
+ Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
+ assertEquals("com.example.ceshi", appContext.getPackageName());
+ }
+}
\ No newline at end of file
diff --git a/ceshi/app/src/main/AndroidManifest.xml b/ceshi/app/src/main/AndroidManifest.xml
new file mode 100644
index 0000000..9ef8134
--- /dev/null
+++ b/ceshi/app/src/main/AndroidManifest.xml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ceshi/app/src/main/java/com/baidu/ai/aip/ImgCombination.java b/ceshi/app/src/main/java/com/baidu/ai/aip/ImgCombination.java
new file mode 100644
index 0000000..cc78110
--- /dev/null
+++ b/ceshi/app/src/main/java/com/baidu/ai/aip/ImgCombination.java
@@ -0,0 +1,51 @@
+
+package com.baidu.ai.aip;
+
+import com.baidu.ai.aip.utils.HttpUtil;
+import com.baidu.ai.aip.utils.GsonUtils;
+
+import java.util.*;
+
+/**
+ * 图像识别组合API
+ */
+public class ImgCombination {
+
+ /**
+ * 重要提示代码中所需工具类
+ * FileUtil,Base64Util,HttpUtil,GsonUtils请从
+ * https://ai.baidu.com/file/658A35ABAB2D404FBF903F64D47C1F72
+ * https://ai.baidu.com/file/C8D81F3301E24D2892968F09AE1AD6E2
+ * https://ai.baidu.com/file/544D677F5D4E4F17B4122FBD60DB82B3
+ * https://ai.baidu.com/file/470B3ACCA3FE43788B5A963BF0B625F3
+ * 下载
+ */
+ public static String imgCombination() {
+ // 请求url
+ String url = "https://aip.baidubce.com/api/v1/solution/direct/imagerecognition/combination";
+ try {
+ Map map = new HashMap<>();
+ map.put("imgUrl", "https://pic1.zhimg.com/80/v2-31242331d504e03c96015dcc09101c90_1440w.webp");
+ List