Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions personal_data/avatar/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Initial instructions
Here we store the data that helps the replica to appear more human-like.

For example, photos, animations, 3D models, voice models etc
Expand All @@ -11,3 +12,18 @@ https://commons.wikimedia.org/wiki/File:Benjamin_Franklin_1706-1790.jpg
The image was animated by this service:

https://www.myheritage.de/deep-nostalgia/

# New features

Added the module avatar-generator-GUI inside AI-replica/tools folder.
Added the URL to Google Colab Jupiter Notebook
with the procedure for generate the animated
pictures for realistic face expression.

# Just follow the instructions.

Simply copy the Colab in your Drive.
Then enter in your Drive and open your Colab.
Then apply the inside procedure step by step.

[Colab Jupyter's notebook](https://colab.research.google.com/drive/1x-CnBKoaLCBpFQ2LMURYyoCuytY6yifb#scrollTo=IcMX7ueZO0Oa)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that one can access the colab only after requesting an access. To make it future-proof, I would suggest to make the colab openly accessible if possible.

51 changes: 32 additions & 19 deletions rasa/bot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,41 @@ pipeline:
# No configuration for the NLU pipeline was provided. The following default pipeline was used to train your model.
# If you'd like to customize it, uncomment and adjust the pipeline.
# See https://rasa.com/docs/rasa/tuning-your-model for more information.
- name: WhitespaceTokenizer
- name: RegexFeaturizer
- name: LexicalSyntacticFeaturizer
- name: CountVectorsFeaturizer
- name: CountVectorsFeaturizer
analyzer: char_wb
min_ngram: 1
max_ngram: 4
- name: DIETClassifier
epochs: 100
constrain_similarities: true
- name: EntitySynonymMapper
- name: ResponseSelector
epochs: 100
constrain_similarities: true
- name: FallbackClassifier
threshold: 0.7
ambiguity_threshold: 0.1
- name: WhitespaceTokenizer
- name: RegexFeaturizer
- name: LexicalSyntacticFeaturizer
- name: CountVectorsFeaturizer
- name: CountVectorsFeaturizer
analyzer: char_wb
min_ngram: 1
max_ngram: 4
- name: DIETClassifier
epochs: 100
constrain_similarities: true
- name: EntitySynonymMapper
- name: ResponseSelector
epochs: 100
constrain_similarities: true
- name: FallbackClassifier
threshold: 0.7
ambiguity_threshold: 0.1

# Configuration for Rasa Core.
# https://rasa.com/docs/rasa/core/policies/
policies:
policies: null
# # No configuration for policies was provided. The following default policies were used to train your model.
# # If you'd like to customize them, uncomment and adjust the policies.
# # See https://rasa.com/docs/rasa/policies for more information.
# - name: MemoizationPolicy
# - name: RulePolicy
# - name: UnexpecTEDIntentPolicy
# max_history: 5
# epochs: 100
# - name: TEDPolicy
# max_history: 5
# epochs: 100
# constrain_similarities: true
assistant_id: 20230623-001955-acoustic-heater
# # No configuration for policies was provided. The following default policies were used to train your model.
# # If you'd like to customize them, uncomment and adjust the policies.
# # See https://rasa.com/docs/rasa/policies for more information.
Expand Down
248 changes: 135 additions & 113 deletions rasa/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,145 +1,167 @@
absl-py==0.13.0
aio-pika==6.8.1
aiofiles==0.8.0
aiohttp==3.7.4
aiormq==3.3.1
APScheduler==3.7.0
absl-py==1.4.0
aio-pika==8.2.3
aiofiles==23.1.0
aiogram==2.25.1
aiohttp==3.8.4
aiohttp-retry==2.8.3
aiormq==6.4.2
aiosignal==1.3.1
APScheduler==3.9.1.post1
astunparse==1.6.3
async-generator==1.10
async-timeout==3.0.1
attrs==21.2.0
bidict==0.21.4
boto3==1.20.41
botocore==1.23.41
CacheControl==0.12.10
cachetools==4.2.4
certifi==2021.10.8
cffi==1.15.0
chardet==3.0.4
charset-normalizer==2.0.10
clang==5.0
cloudpickle==1.6.0
async-timeout==4.0.2
attrs==22.1.0
Babel==2.9.1
backports.zoneinfo==0.2.1
bidict==0.22.1
boto3==1.26.159
botocore==1.29.159
CacheControl==0.12.14
cachetools==5.3.1
certifi==2023.5.7
cffi==1.15.1
chardet==5.1.0
charset-normalizer==3.1.0
clang==16.0.1.1
click==8.1.3
cloudpickle==2.2.1
colorclass==2.2.2
coloredlogs==15.0.1
colorhash==1.0.4
cryptography==3.4.8
colorhash==1.2.1
confluent-kafka==2.1.1
cryptography==41.0.1
cycler==0.11.0
dask==2021.11.2
dask==2022.10.2
decorator==5.1.1
dm-tree==0.1.6
dnspython==1.16.0
dm-tree==0.1.8
dnspython==2.3.0
docopt==0.6.2
fbmessenger==6.0.0
fire==0.4.0
flatbuffers==1.12
fsspec==2022.1.0
future==0.18.2
fire==0.5.0
flatbuffers==23.5.26
fonttools==4.40.0
frozenlist==1.3.3
fsspec==2023.6.0
future==0.18.3
gast==0.4.0
google-auth==2.3.3
google-auth==2.20.0
google-auth-oauthlib==0.4.6
google-pasta==0.2.0
greenlet==1.1.2
grpcio==1.43.0
h5py==3.1.0
httptools==0.3.0
greenlet==2.0.2
grpcio==1.56.0
h5py==3.9.0
httptools==0.5.0
humanfriendly==10.0
idna==3.3
importlib-metadata==4.10.1
jmespath==0.10.0
joblib==1.0.1
jsonpickle==2.0.0
jsonschema==3.2.0
idna==3.4
importlib-metadata==6.7.0
importlib-resources==5.12.0
jmespath==1.0.1
joblib==1.2.0
jsonpickle==3.0.1
jsonschema==4.17.3
kafka-python==2.0.2
keras==2.6.0
keras==2.11.0
Keras-Preprocessing==1.1.2
kiwisolver==1.3.2
locket==0.2.1
Markdown==3.3.6
matplotlib==3.3.4
kiwisolver==1.4.4
libclang==16.0.0
locket==1.0.0
magic-filter==1.0.9
Markdown==3.4.3
MarkupSafe==2.1.3
matplotlib==3.5.3
mattermostwrapper==2.2
msgpack==1.0.3
msgpack==1.0.5
multidict==5.2.0
networkx==2.6.3
numpy==1.19.5
oauthlib==3.1.1
numpy==1.24.3
oauthlib==3.2.2
opt-einsum==3.3.0
packaging==20.9
pamqp==2.3.0
partd==1.2.0
Pillow==9.0.0
prompt-toolkit==2.0.10
protobuf==3.19.3
psycopg2-binary==2.9.3
pyasn1==0.4.8
pyasn1-modules==0.2.8
pamqp==3.2.1
partd==1.4.0
Pillow==9.5.0
pkgutil_resolve_name==1.3.10
pluggy==1.2.0
portalocker==2.7.0
prompt-toolkit==3.0.28
protobuf==3.19.6
psutil==5.9.5
psycopg2-binary==2.9.6
pyasn1==0.5.0
pyasn1-modules==0.3.0
pycparser==2.21
pydantic==1.10.2
pydot==1.4.2
PyJWT==2.1.0
PyJWT==2.7.0
pykwalify==1.8.0
pymongo==3.10.1
pyparsing==3.0.7
pyrsistent==0.18.1
pyTelegramBotAPI==3.8.3
python-crfsuite==0.9.7
pymongo==4.3.3
pyparsing==3.1.0
pyrsistent==0.19.3
pyTelegramBotAPI==4.12.0
python-crfsuite==0.9.9
python-dateutil==2.8.2
python-engineio==4.3.1
python-socketio==5.5.1
pytz==2021.3
PyYAML==6.0
python-engineio==4.4.1
python-socketio==5.8.0
pytz==2022.7.1
PyYAML==5.4.1
questionary==1.10.0
randomname==0.1.5
rasa==3.0.5
rasa-sdk==3.0.3
redis==3.5.3
regex==2021.8.28
requests==2.27.1
requests-oauthlib==1.3.0
requests-toolbelt==0.9.1
rocketchat-API==1.16.0
rsa==4.8
ruamel.yaml==0.16.13
ruamel.yaml.clib==0.2.6
s3transfer==0.5.0
sanic==21.9.3
Sanic-Cors==1.0.1
sanic-jwt==1.7.0
sanic-plugin-toolkit==1.2.1
rasa==3.6.0
rasa-sdk==3.6.0
redis==4.5.5
regex==2022.10.31
requests==2.31.0
requests-oauthlib==1.3.1
requests-toolbelt==1.0.0
rocketchat-API==1.30.0
rsa==4.9
ruamel.yaml==0.17.32
ruamel.yaml.clib==0.2.7
s3transfer==0.6.1
sanic==21.12.2
Sanic-Cors==2.0.1
sanic-jwt==1.8.0
sanic-plugin-toolkit==1.2.0
sanic-routing==0.7.2
scikit-learn==0.24.2
scipy==1.7.3
sentry-sdk==1.3.1
six==1.15.0
scikit-learn==1.1.3
scipy==1.8.1
sentry-sdk==1.14.0
six==1.16.0
sklearn-crfsuite==0.3.6
slackclient==2.9.3
SQLAlchemy==1.4.31
tabulate==0.8.9
tarsafe==0.0.3
tensorboard==2.8.0
slack-sdk==3.21.3
slackclient==2.9.4
SQLAlchemy==1.4.48
structlog==23.1.0
structlog-sentry==2.0.3
tabulate==0.9.0
tarsafe==0.0.4
tensorboard==2.11.2
tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.8.1
tensorflow==2.6.1
tensorflow-addons==0.14.0
tensorflow-estimator==2.6.0
tensorflow==2.11.1
tensorflow-addons==0.19.0
tensorflow-estimator==2.11.0
tensorflow-hub==0.12.0
tensorflow-probability==0.13.0
tensorflow-text==2.6.0
termcolor==1.1.0
tensorflow-io-gcs-filesystem==0.32.0
tensorflow-probability==0.20.1
tensorflow-text==2.11.0
termcolor==2.3.0
terminaltables==3.1.10
threadpoolctl==3.0.0
toolz==0.11.2
tqdm==4.62.3
twilio==6.50.1
typeguard==2.13.3
typing-extensions==3.7.4.3
threadpoolctl==3.1.0
toolz==0.12.0
tqdm==4.65.0
twilio==8.2.2
typeguard==4.0.0
typing-utils==0.1.0
tzlocal==2.1
ujson==4.3.0
urllib3==1.26.8
uvloop==0.14.0
wcwidth==0.2.5
webexteamssdk==1.6
websockets==10.1
Werkzeug==2.0.2
wrapt==1.12.1
yarl==1.7.2
zipp==3.7.0
typing_extensions==4.6.3
tzlocal==5.0.1
ujson==5.8.0
urllib3==1.26.16
uvloop==0.17.0
wcwidth==0.2.6
webexteamssdk==1.6.1
websockets==10.4
Werkzeug==2.3.6
wrapt==1.15.0
yarl==1.9.2
zipp==3.15.0
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
psutil
psutil==5.90.0
pyyaml
requests
requests==3.30.0
Loading