ChatEmo is an android app that changes the emotion of a text that the user selected.
- Parses the selected text by the user
- It has 4 basic emotions to choose from:
- happiness
- sadness
- angry
- funny
- Converts the given text to the chosen emotion
- User can copy the result text to the clipboard
- Android Studio 2022.3.1
- Android >= 7.0
- An OpenAI API key
- Clone the repository:
git clone https://github.com/DiegoRicardoValdiviaArreola/ChatEmo.git
-
Open the project in Android Studio:
-
Create an apikey.properties file in the root folder of the project and add your OpenAI API key:
CHAT_GPT_API_KEY=YOUR_API_KEY
-
Build the project:
To use it, just compile the app and install it an android device or the emulator