Go to file
2023-04-09 13:04:22 +03:00
.github upd readme 2023-03-16 13:45:37 +03:00
.streamlit fix config 2023-04-08 12:09:11 +03:00
assets add new ai_face 2023-04-08 16:02:06 +03:00
src clean readme 2023-04-08 21:26:32 +03:00
.gitignore upd readme 2023-03-16 13:45:37 +03:00
.pre-commit-config.yaml voice input [test mode]: init 2023-04-07 23:10:58 +03:00
chat.py voice input [test mode]: fix show input 2023-04-08 15:33:36 +03:00
LICENSE upd License 2023-04-09 12:50:49 +03:00
pyproject.toml add locales 2023-03-22 19:13:02 +03:00
README.md upd readme 2023-04-09 13:04:22 +03:00
requirements.txt voice input [test mode]: init 2023-04-07 23:10:58 +03:00
run.sh init project 2023-03-02 17:32:39 +03:00

AI Talks

Streamlit App

ChatGPT Assistant via Streamlit

AI Talks is a Streamlit app, that ...

Installation

Clone the repository:

git clone https://github.com/dKosarevsky/AI-Talks.git

Install the required dependencies:

pip install -r requirements.txt

Add your API keys into .streamlit/secrets.toml:

[api_credentials]
api_key = "sk-..."
bard_session = "..."

Usage

To run the app use the following command:

bash run.sh

Another way:

streamlit run chat.py

License

This project is released under the MIT License.