For more information, go to Wiki.
This project's purpose is to recognize emotions through the cat's tail and share the photos.
Home | Ranking | Camera | Album |
---|---|---|---|
- Android Studio @4.0.1
- minSdkVersion: 23
- targetSdkVersion: 28
- TensorFlow Lite (Mobilenet_V1_1.0_224_quant)
- Firebase (Authentication, Realtime Database, Storage)
Clone the CatEmotion GitHub repository to your computer to get the demo application.
git clone https://github.com/hammii/CatEmotion
To do this, open Android Studio and select Open an existing project.
Select Build -> Make Project
and check that the project builds successfully.
You will need Android SDK configured in the settings. You'll need at least SDK version 23.
The build.gradle
file will prompt you to download any missing libraries.
Connect the Android device to the computer and be sure to approve any ADB permission prompts that appear on your phone.
Select Run -> Run 'app'
Select the deployment target in the connected devices to the device on which the app will be installed. This will install the app on the device.
When you run the app the first time, the app will request permission to access the camera.
- hammii - HaYeong Jang - hyj9829@gmail.com
- 201735897 - EunHee Ham - nabi20@gc.gachon.ac.kr
- sungyoonahn - SungYoon Ahn - sungyoonahn@daum.net
See also the list of contributors who participated in this project.
MIT License
Copyright (c) 2021 HaYeong Jang
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.