I am looking for some options to integrate text AI services into an app I am building.
Not your basic text analysis but more real-time text recognition for meaning etc. the closest example would be chat bot type AI.
Use case.
A person writes a comment “ripe bananas are the best for cooking” about how they like bananas and the AI picks up they like ripe bananas for cooking so returns with a comment “you like ripe bananas in cooking you might like these recipes.”
There maybe some configuration required such as adding a database of option responses but I guess I am looking for an API service that knows which option best suits the response.
I set up an API gateway and hooked it up to my lambda functions. very soon I had it connected to Bubble.
I meanwhile many things running on AWS, dbs, S3, recognition, ML/AI, Alexa, etc, most stuff is connected to bubble.
there were a couple of things one needs to be aware but it is easy to learn. I’m not an expert but I thought to learn the curve wasn’t too steep.
perhaps a tutorial for anyone interested would be a good idea.
Quote - For example, the “Weather” domain allows Houndify to understand weather queries such as “What’s the temperature in San Francisco?” and then ask follow up questions like, "How about in San Jose?"
Caveat - haven’t used it. Just been following them for a while.
Hi @magnus.kanholt I have started using the Mysql connector to get the RDS database and queries right first and then will look at lambda to connect through to the databases and and assume going through that process will make it easier to connect to Lex an other services.