Home - TeamHYME/HYME GitHub Wiki
Welcome to the HYME wiki!
1. Title
HYME(Have Your Meeting Easy) "The Application for helping you writing meeting log!"
2. Member Information
- 박동민([email protected])
- 김혜미([email protected])
- 김단우([email protected])
3. Motivation
The application is made for people who are struggling with writing meeting log. We want to make the application which can help people writing meeting log easily, by saving all the contents of the meeting(which means, speech) and make it easier to understanding the speech at a glance.
4. Environment(Installation)
The application is made with
- AndroidStudio(JAVA, XML)
- GoogleCloudSpeechAPI(An API for STT(Speech-to-text) service)
- MySQL(For database)
5. About API
The application has 2 main features :
- STT(Speech-to-text) service -> using GoogleCloudSpeechAPI, you can convert speech into text
- SpeechAlgorithm -> The algorithm that predicts the type of speech(opinion, information, ask&answer, etc.) by the context of words(it detects the pattern of speech)
6. Screen Shots
images/home.jpg images/room_list.jpg images/meeting_room.jpg images/meeting_log.jpg