Overtrained / contextual-qa-chat-app

0 stars 0 forks source link

Reddit Finance Chatbot 🤑💬

This chatbot allows the user to converse with the opinions of redditors across many finance related subreddits.

In particular, the knowledge base for this chatbot consists of the 5,000 highest scoring posts and top comments from a comprehensive Reddit finance HuggingFace dataset by winddude. The code used to create the dataset is located in this repo.

Demo App

Streamlit App

Prerequisite libraries

langchain
openai
streamlit
pinecone-client
lark
tiktoken

Getting your own OpenAI API key

To use this app, you'll need to get your own OpenAI API key.

After signing up for an OpenAI account, you can access your API key from this page.