A Streamlit app that lets you build a retrieval-based chatbot to understand your chat history.
- Follow the instruction here to request your Messenger / Instagram DM: Download my chat history
- Choose JSON format when it comes to data download request.
- Find one conversation with your friend (should be something named
message_1.json
- Download required requirements with pip
- Create a streamlit secret to store your
OPENAI_API_KEY
- Run
streamlit run app.py