cumpredict - Demo
The JOI stack contains two modules:
- Director: controls the toy toward the edge and adapts to your input (optional: keypad, mic or slider) in real time, using different patterns and learning from you on the fly, "
your input vs what the Predictor says". Runs on a CfC NeuralNetwork (close to liquid NN), pre-trained on the Predictor. Each new session is logged in your browser to build a personal dataset. - Predictor: much like weather forecasting, except it predicts your arousal level up to climax. So ladies.. once you have gathered a dataset, you can retrain it to suit you best.
To use the demo you'll need to connect a sex toy over Web Bluetooth or an Intiface local server.
v0.1-v0.4: Python, torch, local saved model, mechanistic;v0.2-v0.4switched to liquid NN, CfC+ODE Predictor.v0.5: switched to HTML.