Microsoft-Developers-AI-Learning-Hackathon

organized by DEVPOST

THE DECOLONIZED MIND

The_Decolonized_Mind

Technical Implementation Details

GPT-4-32K

Architecture

Architecture

Environment Setup

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