Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jlenon7/openai_chatbot
- Owner: jlenon7
- License: mit
- Created: 2024-11-26T11:20:22.000Z (26 days ago)
- Default Branch: main
- Last Pushed: 2024-11-26T11:23:22.000Z (26 days ago)
- Last Synced: 2024-11-27T06:47:44.591Z (26 days ago)
- Language: Python
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```