From a54e7c023df6426a9c1427b753e4384d56d86cad Mon Sep 17 00:00:00 2001 From: Fasta_Biqul_Hoirot Date: Fri, 31 May 2024 15:41:35 +0700 Subject: [PATCH] Initial commit --- .gitignore | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ LICENSE | 9 ++++++++ README.md | 3 +++ 3 files changed, 73 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..73c0416 --- /dev/null +++ b/.gitignore @@ -0,0 +1,61 @@ +# ---> Android +# Gradle files +.gradle/ +build/ + +# Local configuration file (sdk path, etc) +local.properties + +# Log/OS Files +*.log + +# Android Studio generated files and folders +captures/ +.externalNativeBuild/ +.cxx/ +*.apk +output.json + +# IntelliJ +*.iml +.idea/ +misc.xml +deploymentTargetDropDown.xml +render.experimental.xml + +# Keystore files +*.jks +*.keystore + +# Google Services (e.g. APIs or Firebase) +google-services.json + +# Android Profiling +*.hprof + +# ---> Java +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* +replay_pid* + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..46c6b74 --- /dev/null +++ b/LICENSE @@ -0,0 +1,9 @@ +# Copyright (c) 2006, 2010 Micah Cowan +# +# Redistribution of this program in any form, with or without +# modifications, is permitted, provided that the above copyright is +# retained in distributions of this program in source form. +# +# (This is a free, non-copyleft license compatible with pretty much any +# other free or proprietary license, including the GPL. It's essentially +# a scaled-down version of the "modified" BSD license.) diff --git a/README.md b/README.md new file mode 100644 index 0000000..764b0d8 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Skripsi_Fasta + +Pengembangan aplikasi mobile untuk mendeteksi emosi pada anak autism. Aplikasi ini memanfaatkan arsitektur MobileNetV2 untuk menyimpan informasi wajah anak autism. \ No newline at end of file