This is a continuation of the story (1) of creating a store search BOT (AI LINE BOT) for Go To EAT in Chiba Prefecture.
The system configuration is as follows.
【flow】
To avoid spending money, the AI search server adopted t2.micro, which is provided as a free tier on AWS. However, since the memory is small to create an AI model, I used the surface pro 6 at hand for the model creation work itself.
To create the AI model, we use the information on the tabelog site and the list of shops on the Go To eat Chiba Prefecture website (shop_list.pdf) (the list of shops is currently unavailable for download).
In the following articles, we will talk about the construction procedure.