Hello. Here is the github.
https://github.com/EYoung21/Predictacare
Hey do y'all know why this forked version isn't working?
Essentially, I just moved the naivebayes (python ml algo) file and the data it's trained on directly into the docker container
Then I tried to make a script that takes the description variable obtained from the frontend and inputs it into the ML algo using the commandline within an HTTP Post request server thing
and I wrote a server.js file that runs the ml model and outputs the minutes
and then I get that output and set a variable equal to it and try to put and print it in the frontend, but its not working 😦
Any help is much appreciated. Thanks.