melkotoury's avatar

Looking for Laravel AI Chat Bot

I would like to know if it is possible to create a chat bot on my website

I mean implemented on my own user interface and layout

because i want users to login and register through the chat bot , also i want them to buy products through the chat bot and I need to integrate with ebay and amazon api in it

0 likes
8 replies
jusep's avatar

Everything is possible man. Im sure you can find some examples on google. They all can be implemented in laravel also, there is no limitation by the framework.

tisuchi's avatar

@melkotoury

I don't know how big is your plan. However, if you are looking for long term plan, PHP is not a good choose for AI. You better choose any other programming language for that.

You can think for Python that is really good for AI and machine learning.

3 likes
Sam T.'s avatar

@tisuchi Can you expand on this? I know your answer is old so do you feel the same way today as you did then?

1 like
christophrumpel's avatar

Hey, you can definitely build chatbots in PHP and Laravel. https://botman.io/ is a great framework to do so. It supports a "WebDriver" which you can use for building chatbots on a website or app. (of course it also supports common channels like Facebook, Telegram, Slack etc.) I have built this bot here on https://www.wienerstaedtische.at (it pops up after some seconds) with the BotMan WebDriver.

AI is not something that you need to do yourself. Even python can't do that. But there are lots of services out there, you can use and integrate. BotMan, for example, supports DialogFlow which is a NLP platform which uses AI. Check out the BotMan Slack Team if you got more questions. I also got lots of articles on my blog that might help here https://christoph-rumpel.com

1 like
melkotoury's avatar

thank you so much everyone

@tisuchi I know python is much better for such projects , the client want us to implement it in laravel

@christophrumpel thank you , it is really helpful

2 likes

Please or to participate in this conversation.