For the best hackathon experience, we recommend taking a a moment to read the Detailed Setup Guide. This guide will help you ensure your development environment is properly configured and ready to go.
- Clone this repository
- Open in VS Code
- Click "Reopen in Container" when prompted (or run
Remote-Containers: Reopen in Containerfrom command palette) - Start coding! Create
.pyfiles or.ipynbnotebooks and get building
To create and run Jupyter notebooks:
- Create a new file with the
.ipynbextension - VS Code will automatically open it with the Jupyter notebook interface
- Run cells using the play button or
Shift+Enter
Each team can find their project directory and README below:
- Team A: AI Powered Scenario Analysis
- Team B: Bill of Material Estimation
- Team C: Data Import/Export/Transformation
- Team D: AI-Assisted Data Mapping
.devcontainer/- Docker and VS Code configuration filesDockerfile- Base Docker configuration for all teamsTeamA/,TeamB/,TeamC/,TeamD/- Team-specific container configurations
hackathon/- Team-specific project directories. Each team folder contains README.md file with introduction for your project.TeamA_AI_Powered_Scenario_Analysis/TeamB_BoM_Enrichment_And_Generation/TeamC_Data_Import_Export_Transformation/TeamD_AI_Assisted_Data_Mapping/
docs/- Documentation and setup guidesassets/- Screenshots and images for documentation
Happy coding!