Chat with Simon's Book and Videos on Wardley Mapping from the Community
Chat with Wardley's videos and book is an AI-based application that allows you to interact with the the book and content of videos about Wardley Mapping using the OpenAI API. It utilizes the Streamlit framework to present an interactive user interface, making it easy for users to ask questions and get answers.
- Querying the videos using natural language and AI.
- Querying Simon's book.
- Incorporates OpenAI's GPT-4 model for generating answers.
- Uses Streamlit for a user-friendly UI.
- Clone the repository.\
- Set the OpenAI API key in the Streamlit secrets manager.\
- Ensure you have the index.faiss and index.pkl files in the data_store directory.\
- Run the streamlit app using the command streamlit run main.py.\
To run this code, you need the following Python packages:
- os
- re
- openai
- streamlit
- langchain
- FAISS
The application uses the OpenAI API. You will need to obtain an API key from OpenAI and set it in the Streamlit secrets manager.
The application uses a local datastore located in the data_store directory. It needs the index.faiss and index.pkl files to be present in this directory. If they are missing, you will get an error message.
Once the application is running, you can use the input box labeled "Question for the book?" to ask your question. After entering your question, the application will generate an answer and display it on the screen.
This application is developed by Mark Craddock. You can follow him on Twitter at https://twitter.com/mcraddock.
The current version of this application is 0.1.4.
This application is not optimized and may run out of OpenAI credits. Also, Wardley Mapping is provided courtesy of Simon Wardley and is licensed under Creative Commons Attribution Share-Alike.
Please use responsibly and in accordance with OpenAI's use-case policy.
This project is licensed under Creative Commons Attribution Share-Alike.