Skip to content

This repository contains a simple and entertaining chatbot application built with Streamlit. The Funny Chatbot App allows users to interact with a chatbot that generates humorous responses. It's a great way to have a laugh and see how creative chatbots can be!

Notifications You must be signed in to change notification settings

vedantg10/chatBot_Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project : Build a AI-powered chatbot application

....

Install Python Python

A Quick Guide for Installing Python on Common Operating Systems

....

Create a virtual environment :

MacOS/Linux:

python3 -m venv env

Windows:

python -m venv env

Activate the virtual environment :

source env/bin/activate

Installation:

MacOS/Linux:

pip3 install -r requirements.txt

Windows:

pip install -r requirements.txt

Set the key as an environment variable:

export OPENAI_API_KEY='sk-brHeh...A39v5iXsM2'

.env file:

OPENAI_API_KEY=sk-brHeh...A39v5iXsM2

Run the script:

MacOS/Linux:

python3 main.py

Windows:

python main.py

About

This repository contains a simple and entertaining chatbot application built with Streamlit. The Funny Chatbot App allows users to interact with a chatbot that generates humorous responses. It's a great way to have a laugh and see how creative chatbots can be!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages