An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Microsoft-Developers-AI-Learning-Hackathon

organized by DEVPOST

## THE DECOLONIZED MIND

![The_Decolonized_Mind](/images/decolonized_mind.png)

## Technical Implementation Details

![GPT-4-32K](/images/model_info.PNG)

### Architecture

![Architecture](/images/architecture.jpg)

### 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
```