Minjun Koo, Gaeul Go, Hwancheol Kang, Kihyun Yang
- Kookmin University Computer Science
Alpha-Search is a chatbot-style recommendation system for users who are looking for cafes where they can bring their laptop to do things. If a user asks chatbot to find a cafe with certain features (e.g. table shape , WiFi, enough outlet(number of outlets / number of seats > t : t is an arbitrary number to be determined later), etc.), Chatbot will give you a couple of candidates on the map based on the data stored in the DB(DB table has cafe's information including mentioned above. It is filled via several api's by web crawling.). When users click on a candidate provided with a pin on map, detailed information about the place is provided and the user makes a decision among the candidates based on this information. Then, the chatbot provides a route to the selected location. In addition, the chatbot asks the user what they may need in addition to what the user has requested and use this information to determine the candidates.
Server : AWS EC2
DB : MariaDB, Redis
MariaDB 10.3.3
Rule : (blank)
Table : User, Place
version management : github