This Repository consists of all the Jupyter Notebook (.ipynb) files, python files, excel sheets which are a part of the BCGX's Gen AI Virtual Job Simulation that is hosted on Forage.
- Each task is organized in its own folder and contains:
- Jupyter Notebooks (.ipynb)
- Python scripts (.py)
- Supporting data files (Excel sheets, etc.)
- Clone this repository:
git clone https://github.com/ADVAIT135/Forage_BCGX_Gen_AI_Virtual_Job_Simulation-.git cd Forage_BCGX_Gen_AI_Virtual_Job_Simulation-
- Open the relevant task folder.
- Launch the Jupyter Notebook:
jupyter notebook
- Follow the instructions in each notebook for the respective tasks.
- Python 3.x
- Jupyter Notebook
- Common packages: pandas, numpy, matplotlib, openpyxl, etc.
- Install dependencies using:
(If requirements.txt is missing, install the packages listed at the start of each notebook.)
pip install -r requirements.txt
Contributions are welcome!
- Fork the repository
- Create your branch (
git checkout -b feature/your-feature
) - Commit your changes
- Push to the branch (
git push origin feature/your-feature
) - Open a pull request
This project is licensed under the MIT License (if applicable).
- BCG X and Forage for the virtual job simulation
- Open-source Python and data science communities
For any questions or feedback, feel free to open an issue or reach out!