Skip to content

sarankirthic/ideabot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ideabot

Idea suggestion chatbot with openai

Installation and setup

Virtual environment setup

  • Create Virtual Environment
virtualenv venv -p path/to/python_version
  • Start Virtual Environment
source venv/bin/activate

Install python packages

pip install flask openai

Add api key

  • Copy the .evn.sample and save it as .env
  • Paste the api key in the space mentioned

Luanch the app

flask run

About

Idea suggestion chatbot with openai

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published