Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jlenon7/openai_chatbot

🤖 Chatbot creation using OpenAI and Streamlit.
https://github.com/jlenon7/openai_chatbot

Last synced: 25 days ago
JSON representation

🤖 Chatbot creation using OpenAI and Streamlit.

Awesome Lists containing this project

README

        

# OpenAI Chatbot 🤖

> Chatbot creation using OpenAI and Streamlit.

## Running

To run the project first create a new Python environment and activate it. I'm using [Anaconda](https://www.anaconda.com/) for setting the python version that pipenv should use to set up the environment. The command bellow will automatically setup the environment with conda and pipenv:

```shell
make env
```

Now install all the project dependencies:

```shell
make install-all
```

Run streamlit web view using:

```shell
make streamlit
```