Search code examples
pythonartificial-intelligencebots

Deploying a chatbot written with the Flask framework


I have created basic chatbot using FLASK framework and Python. This will create a default URL http://127.0.0.1/5000. Below link is similar to my chatbot. ex: https://dev.to/sahilrajput/build-a-chatbot-using-flask-in-5-minutes-574i

This link will work until the execution opened. If I end it, this URL will not work.

My requirement is to put this chatbot in another webpage (Like how IRCTC has Disha).

Please guide me how to proceed from here.


Solution

  • The thing you're trying to do is called deployment or deploying and application. Long story short, you'll need to rent space on somebody else's computer. This can be done at different providers, e.g.