Feat: bot
This commit is contained in:
parent
b3e47f098f
commit
1c8645039e
24 changed files with 1474 additions and 376 deletions
|
|
@ -0,0 +1,9 @@
|
|||
import { PredictorWebService } from "./PredictorWebService";
|
||||
|
||||
function main() {
|
||||
const predictorWebService = new PredictorWebService('/', 4000, 4100);
|
||||
predictorWebService.startPredictor();
|
||||
predictorWebService.startTrainer();
|
||||
}
|
||||
|
||||
main();
|
||||
Loading…
Add table
Add a link
Reference in a new issue