Streamlit app for an llm that helps prepare you for data analyst interview
Below is a gif that shows the first page that appears to the user (takes a minute to load)
Below is a gif that shows a STAR question and response (takes a minute to load)
Below is a gif that shows changing the type of question and category (takes a minute to load)
Activate virtual environment Install the following packages
pip install -r requirements.txt
python -m pip install --index-url https://test.pypi.org/simple/ --no-deps streamlit_custom_chat
python -m pip install --index-url https://test.pypi.org/simple/ --no-deps streamlit_custom_input
pip install key_generator
After activating the virtual environment run the following command
streamlit run router.py