You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have deployed this in pythonAnywhere following the youtube video and it worked. But, when I tried to deploy after adding my own training dataset, it did not work. I have uploaded my dataset in a text file in the mybot folder and also uploaded the db.sqlite3 file in the same folder.It works fine on local host. Would you please help how I can deploy the app with my own dataset?
The text was updated successfully, but these errors were encountered:
these are the some path issues for your code and these are the chek for code extenstions and save file for app.py the error are find and run your code.
@montaser85, I created a small app based on this project and deployed it in PythonAnywhere. See here -> http://www.chatbotfactory.com.au/. What I did is I deployed an empty bot in PythonAnywhere but added an option for the user to upload their own training data via web. See the code here. https://github.com/codesydney/chatr. The good thing about allowing the user to upload their data from their side is that they can keep their intellectual property(ie subject matter knowledge).
I have deployed this in pythonAnywhere following the youtube video and it worked. But, when I tried to deploy after adding my own training dataset, it did not work. I have uploaded my dataset in a text file in the mybot folder and also uploaded the db.sqlite3 file in the same folder.It works fine on local host. Would you please help how I can deploy the app with my own dataset?
The text was updated successfully, but these errors were encountered: