Consulting Trainer is a web app built with Python, Streamlit, LangChain and CAMEL to generate dialogs between a customer and a consultant for a specific project. The idea of this project is to train junior consultants before a requirements interview.
Video (with an explanation): https://youtu.be/e2FjJcuSz84
- Install Streamlit or use Streamlit Cloud.
- Install all libraries in requirements.txt.
- Get a new API key from OpenAI.
- Add a secret in Streamlit with name openaiKey, and the value the API key in the step 3.
- Run the web app (in Streamlit Cloud just wait to compile automatically).
Created by Néstor Nicolás Campos Rojas