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
Runs python code for chatbot in java using ProcessBuilder
1
+
# Handyman chatbot in Java
2
+
This is a basic chatbot for Handyman Prosthetic, an arm prosthetics company. Handy is a chatbot trained using deep learning on text data, with a limited response set.
3
+
Here we run python code for the chatbot in java using ProcessBuilder.
4
+
5
+
To run the program, download the files, open the folder in Eclipse/IntelliJ and run Main.java
0 commit comments