-
I have tried the fallback-aiml skills in Mycroft and it works perfectly!!
but when I want to run this skill offline it doesn t work even that the other skills are working offline
So is it possible t…
-
**Summary !!!**
- **BioModel Name**: Beker2020 - Drug-likeness prediction based on Bayesian neural networks
- **BioModel Tag**: Machine learning model, Ersilia, FAIR AIML
- **Metadata Comment…
-
So far, the.pre-commit-config.yml file only calls black and isort. I unintentionally used https://github.pie.apple.com/aiml-oss/ml-recurrent-drafter/blob/main/.pre-commit-config.yaml and discovered th…
-
```
What steps will reproduce the problem?
1. Create two AIMLBots
2. have the user tell it it likes one movie.
3. restart the app.. the other bot knows the user likes the movie
What is the expected o…
-
```
What steps will reproduce the problem?
1. Create two AIMLBots
2. have the user tell it it likes one movie.
3. restart the app.. the other bot knows the user likes the movie
What is the expected o…
-
import aiml
import os
import argparse
parser = argparse.ArgumentParser()
parser.add_argument("question",help="Go ahead with your question!")
args = parser.parse_args()
kernel = aiml.Kernel()
…
-
```
What steps will reproduce the problem?
1. Create two AIMLBots
2. have the user tell it it likes one movie.
3. restart the app.. the other bot knows the user likes the movie
What is the expected o…
-
` else:
import pyttsx
kernel = aiml.Kernel()
if os.path.isfile("bot_brain.brn"):
kernel.bootstrap(brainFile="bot_brain.brn")
else:
kernel.bootstrap(lea…
-
Hello,
I am trying to understand the following use-case:
I have included the SQL of the AIML (i am not able to export via the system).
[aiml_example.xlsx](https://github.com/Program-O/Program-…
-
- https://github.com/AIML-K/epoxy-alpha/pull/184