Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jasonlovesdoggo/k2i

Addressing challenges and promoting inclusivity in computing education, recruitment, and professional environments.
https://github.com/jasonlovesdoggo/k2i

Last synced: 21 days ago
JSON representation

Addressing challenges and promoting inclusivity in computing education, recruitment, and professional environments.

Awesome Lists containing this project

README

        

Equity, Diversity, and Inclusion in Computing


Addressing challenges and promoting inclusivity in computing education, recruitment, and professional environments.

---

## Overview

Welcome to the Equity, Diversity, and Inclusion (EDI) Computing Project repository. This project, led by Dr. Alivne
Boaye Belle, aims to foster a more inclusive computing community by addressing barriers and promoting equitable opportunities
for underrepresented groups.

## Key Objectives

- **Leadership Diversity**: Enhance representation of diverse groups in computing leadership.
- **Equitable Access**: Ensure accessible education and employment opportunities.
- **Fair Systems**: Develop frameworks to mitigate bias in AI and machine learning.

## Features

- **Research Focus**: Tackling issues in computing education, recruitment biases, and ML fairness.
- **Community Building**: Creating welcoming environments and support networks for underrepresented groups.
- **Practical Solutions**: Implementing strategies for fair AI systems and unbiased recruitment practices.

---

## Getting Started

To get started with the project, follow these steps:

```bash
git clone https://github.com/jasonlovesdoggo/k2i.git
cd k2i

# Install dependencies
pip install poetry
poetry install
poetry shell
python manage.py migrate
python manage.py runserver
```