Skip to content

hammii/CatEmotion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

50 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

CatEmotion

For more information, go to Wiki.

Index

About CatEmotion ๐Ÿˆ ๐Ÿ“ธ

This project's purpose is to recognize emotions through the cat's tail and share the photos.

Overview

Home Ranking Camera Album
home ranking camera album

Development Environment

  • Android Studio @4.0.1
    • minSdkVersion: 23
    • targetSdkVersion: 28
  • TensorFlow Lite (Mobilenet_V1_1.0_224_quant)
  • Firebase (Authentication, Realtime Database, Storage)

Getting Started

Step 1. Clone the CatEmotion source code

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.

android studio

Step 2. Build the Android Studio project

Select Build -> Make Project and check that the project builds successfully.

build

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.

gradle min

Step 3. Install and run the app

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.

run

When you run the app the first time, the app will request permission to access the camera.

Authors

See also the list of contributors who participated in this project.

License

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.

Releases

No releases published

Packages

No packages published

Languages