Skip to content

This is a repository for an FAQ Bot Wizard we created in Helvia.io for the cohere thanksgiving hackathon

Notifications You must be signed in to change notification settings

stogiannidis/FAQ-Extraction-Chatbot-Wizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FAQ Generation Wizard!

This repo contains all the work for Team Helvia Labs contribution in Cohere's Thanksgiving Hackathon
                                                View Streamlit Demo

How it works

Our app receives an input url to a website. Then, it scrapes all text from the URL and uses cohere's generate model in order to generate frequently asked questions from the scraped text

How to use

pip install requirements.txt
streamlit app.py

Please note that in order for the app to run you need access to an API key which you need to provide in the chatbot_creation_wizard.py file
Hence, the change you have to make is:

api_key = st.secrets["COHERE_API_KEY"]

to

api_key = your_api_key

About

This is a repository for an FAQ Bot Wizard we created in Helvia.io for the cohere thanksgiving hackathon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages