https://github.com/farah-s/interviewbot
Streamlit app for an llm that helps prepare you for data analyst interview
https://github.com/farah-s/interviewbot
chatbot chatgpt-api data-analyst interview-practice interview-preparation interview-questions python3 streamlit
Last synced: about 1 month ago
JSON representation
Streamlit app for an llm that helps prepare you for data analyst interview
- Host: GitHub
- URL: https://github.com/farah-s/interviewbot
- Owner: Farah-S
- Created: 2023-12-11T19:04:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T22:40:38.000Z (over 2 years ago)
- Last Synced: 2025-06-13T08:05:38.583Z (about 1 year ago)
- Topics: chatbot, chatgpt-api, data-analyst, interview-practice, interview-preparation, interview-questions, python3, streamlit
- Language: Jupyter Notebook
- Homepage:
- Size: 23.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# streamlit-interview-ai-app
Streamlit app for an llm that helps prepare you for data analyst interview
## Welcome page
Below is a gif that shows the first page that appears to the user (takes a minute to load)

## Star question
Below is a gif that shows a STAR question and response (takes a minute to load)

## Changing category
Below is a gif that shows changing the type of question and category (takes a minute to load)

## Run instructions
Activate virtual environment
Install the following packages
```sh
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
```
## Usage instructions
After activating the virtual environment run the following command
```sh
streamlit run router.py
```