https://github.com/ashish-soni08/microsoft-developers-ai-learning-hackathon
organized by DEVPOST
https://github.com/ashish-soni08/microsoft-developers-ai-learning-hackathon
Last synced: 7 months ago
JSON representation
organized by DEVPOST
- Host: GitHub
- URL: https://github.com/ashish-soni08/microsoft-developers-ai-learning-hackathon
- Owner: Ashish-Soni08
- License: mit
- Created: 2024-04-24T18:51:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-25T23:27:32.000Z (over 1 year ago)
- Last Synced: 2025-01-21T10:13:14.885Z (9 months ago)
- Language: Jupyter Notebook
- Size: 4.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Microsoft-Developers-AI-Learning-Hackathon
organized by DEVPOST
## THE DECOLONIZED MIND

## Technical Implementation Details

### Architecture

### Environment Setup
```bash
# python version -> Python 3.10.13
python -V
``````bash
# create a virtual environment
python -m venv microsoft-ai
``````bash
# activate the virtual enivironment
source microsoft-ai/bin/activate
``````bash
# install the azure cli
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
```