This project leverages the Google Gemini API to enhance interview preparation by generating tailored questions and answers.
- datascience_questions.csv: Contains a categorized list of data science interview questions for different experience levels ('fresh', 'intermediate', 'senior').
Follow these steps to set up and run the project on your local machine.
Make sure you have Python 3.7+ and Jupyter installed. You can check your Python version with:
python --version
To install Jupyter, run:
pip install notebook
-
Clone the repository:
git clone https://github.com/ganayasser/Gemini-API-Interview-Guide.git cd Gemini-API-Interview-Guide
-
Install the required dependencies using the
requirements.txt
file:pip install -r requirements.txt
- Start Jupyter Notebook:
jupyter notebook
-
Open the notebook file Gemini-API-Interview-Guide.ipynb from the Jupyter interface.
-
Follow the instructions within the notebook to initialize the Gemini API key, load the dataset, and conduct the technical interviews.
For any questions or inquiries, feel free to reach out to me:
- Email: [email protected]