Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jasonlovesdoggo/k2i
- Owner: JasonLovesDoggo
- Created: 2024-07-16T17:53:18.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-07-22T18:34:17.000Z (5 months ago)
- Last Synced: 2024-11-27T01:41:54.266Z (29 days ago)
- Language: Python
- Homepage: https://k2i.jasoncameron.dev
- Size: 417 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```