Go to file
Kacper E. Dudzic 4ff281954f
Update README.md
2023-06-29 13:26:39 +02:00
.github upd 2023-04-15 23:58:10 +03:00
.streamlit Update secrets.toml.template 2023-04-26 09:00:00 +03:00
ai_talks add elements from the presentation version 2023-06-29 13:16:17 +02:00
dialog move files to root 2023-06-28 22:55:54 +02:00
recipe move files to root 2023-06-28 22:55:54 +02:00
tests init tests 2023-04-09 23:01:15 +03:00
vAI-Talks initial commit 2023-05-21 22:53:02 +02:00
.coveragerc init tests 2023-04-09 23:01:15 +03:00
.env_template move files to root 2023-06-28 22:55:54 +02:00
.gitignore remove git submodule 2023-06-05 21:23:33 +02:00
.pre-commit-config.yaml drop garbage 2023-04-29 12:53:35 +03:00
LICENSE upd License 2023-04-09 12:50:49 +03:00
MANIFEST.in rebuild structure 2023-04-23 10:38:21 +03:00
README.md Update README.md 2023-06-29 13:26:39 +02:00
characters_dict.json add elements from the presentation version 2023-06-29 13:16:17 +02:00
ingredients_recipes_merged.csv move files to root 2023-06-28 22:55:54 +02:00
intent_dict.json move files to root 2023-06-28 22:55:54 +02:00
pyproject.toml random seed for chat emojis 2023-04-23 22:33:19 +03:00
requirements.txt fix requirements 2023-06-29 12:45:32 +02:00
requirements_dev.txt Bump ruff from 0.0.265 to 0.0.267 2023-05-12 21:06:33 +00:00
roberta-base-cookdial-v1_1.txt move files to root 2023-06-28 22:55:54 +02:00
run.sh add elements from the presentation version 2023-06-29 13:16:17 +02:00

README.md

Cooking taskbot project

Run system

With Conda

conda create -n "my_env" python=3.9.12 ipython
conda activate my_env
pip install -r requirements.txt
streamlit run ai_talks\chat.py

After running system, model saves in dir:

Linux

~/.cache/huggingface/transformers

Windows

C:\Users\username\.cache\huggingface\transformers

To use the purely experimental generative features, for now, an OpenAI API key is needed. Insert it into the following file:

AMUseBot/.env_template

Requirements

Python 3.9.12

Dataset

YiweiJiang2015/CookDial

NLU model HF repo

kedudzic/roberta-base-cookdial