Skip to content

Commit fe2cd0f

Browse files
committed
Rewrite the Readmes
1 parent f9103a1 commit fe2cd0f

2 files changed

Lines changed: 110 additions & 76 deletions

File tree

0_domain_study/README.md

Lines changed: 38 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,38 @@
1-
# Domain Research
2-
3-
## 🎓 Admission Forecasting for Nigerian Students —
4-
5-
Using JAMB, WAEC and other relevant data
6-
7-
## Background & Motivation
8-
9-
In Nigeria, gaining admission into a tertiary institution can be a long, uncertain
10-
journey. For many students, the process is more than just passing exams — it’s a
11-
test of patience, resilience, and perseverance. Every year, thousands of hopeful
12-
candidates sit for the **Joint Admissions and Matriculation Board (JAMB)**
13-
examinations and complete their **West African Examinations Council (WAEC)**
14-
assessments. Yet, despite hard work, many experience delays, repeated
15-
applications, or outright rejections.
16-
17-
I understand this reality deeply — because I’ve lived it.
18-
After completing my secondary school education, I faced an
19-
unnecessary and frustrating delay before finally gaining
20-
admission into the university. It wasn’t because I lacked ability
21-
or passion, but because the system was unpredictable. The uncertainty
22-
and wasted time had a profound impact on me, shaping how I view
23-
education, data, and decision-making.
24-
25-
This personal experience became my inspiration for this project.
26-
I wanted to explore whether **data science** could be used to
27-
bring more transparency to the admissions process — giving students
28-
a better sense of their chances and helping them plan accordingly.
29-
30-
## Problem Statement
31-
32-
Currently, there is no widely accessible tool that predicts
33-
a Nigerian student’s likelihood of gaining admission based
34-
on their academic performance and other measurable factors.
35-
This leaves candidates in the dark, leading to repeated disappointments,
36-
poor planning, and in some cases, loss of motivation.
37-
38-
By analyzing **JAMB** and **WAEC** performance data — along with
39-
other relevant admission criteria — this project aims to build a
40-
**predictive model** that forecasts the probability of admission.
41-
42-
## Project Goal
43-
44-
The primary goal is to use **machine learning techniques** to:
45-
46-
- Analyze historical admission patterns in Nigerian universities.
47-
- Identify the key factors that influence admission decisions.
48-
- Develop a tool that predicts a student’s likelihood of gaining admission based
49-
on their scores and other features.
50-
51-
Beyond the technical challenge, this project is a personal mission:
52-
To ensure that future students don’t have to endure the same uncertainty I did.
53-
I envision a platform where prospective undergraduates can input their academic
54-
results and other relevant details, and instantly receive a realistic,
55-
data-backed prediction of their chances — along with actionable
56-
insights on how to improve them.
57-
58-
## Expected Impact
59-
60-
- **Students:** Gain clarity on their chances and prepare alternative plans early.
61-
- **Parents & Guardians:** Make informed decisions about resource allocation
62-
and school choices.
63-
- **Policy Makers & Institutions:** Identify systemic gaps in admission
64-
processes and address them.
65-
- **Researchers & Educators:** Access a framework for studying educational
66-
outcomes and improving equity.
67-
68-
By reducing uncertainty, we can save students valuable time, reduce
69-
emotional stress, and foster a more transparent and data-driven
70-
education system in Nigeria.
71-
72-
---
73-
74-
*This project is more than an academic exercise — it’s a commitment to
75-
turning my personal challenge into a tool that empowers thousands
76-
of students every year.*
1+
# Background Study
2+
3+
University admission in Nigeria is a high-stakes process that involves millions
4+
of applicants competing for limited slots each year. The **Joint Admissions and
5+
Matriculation Board (JAMB)** coordinates the process by administering the Unified
6+
Tertiary Matriculation Examination (UTME) and forwarding results to tertiary
7+
institutions.
8+
9+
However, the final admission decision depends on a complex interplay of factors:
10+
11+
- **UTME scores** and subject combinations
12+
- **Post-UTME or screening scores** set by individual institutions
13+
- **O’level (WAEC/NECO) results** and subject grades
14+
- **Institutional admission quotas** as determined by the National Universities
15+
Commission (NUC)
16+
- **Catchment area policies and educationally less developed states (ELDS)
17+
considerations**
18+
19+
For many prospective students, predicting their likelihood of admission is
20+
difficult due to the lack of publicly available,
21+
structured data and the variability of institutional policies. This uncertainty
22+
often leads to:
23+
24+
- Multiple applications to less-preferred institutions
25+
- Poor decision-making in course selection
26+
- Increased stress for applicants and their families
27+
28+
**Machine learning** offers a way to bridge this gap by analyzing historical
29+
admission trends alongside applicant data to forecast admission outcomes. By
30+
training on past data — including UTME scores, institutional cut-offs, and
31+
program-specific criteria — a predictive system can estimate the probability of
32+
admission for a given student profile.
33+
34+
This project seeks to develop a **data-driven admission forecasting model**
35+
tailored to the Nigerian tertiary education context. The goal is not to replace
36+
institutional decision-making but to **empower applicants** with insights that
37+
improve planning, reduce uncertainty, and increase the transparency of the
38+
admission process.

README.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
# AdmitPredict, an ML-based Nigerian admission forecasting Tool
2+
3+
## Background & Motivation
4+
5+
In Nigeria, gaining admission into a tertiary institution can be a long, uncertain
6+
journey. For many students, the process is more than just passing exams — it’s a
7+
test of patience, resilience, and perseverance. Every year, thousands of hopeful
8+
candidates sit for the **Joint Admissions and Matriculation Board (JAMB)**
9+
examinations and complete their **West African Examinations Council (WAEC)**
10+
assessments. Yet, despite hard work, many experience delays, repeated
11+
applications, or outright rejections.
12+
13+
I understand this reality deeply — because I’ve lived it.
14+
After completing my secondary school education, I faced an
15+
unnecessary and frustrating delay before finally gaining
16+
admission into the university. It wasn’t because I lacked ability
17+
or passion, but because the system was unpredictable. The uncertainty
18+
and wasted time had a profound impact on me, shaping how I view
19+
education, data, and decision-making.
20+
21+
This personal experience became my inspiration for this project.
22+
I wanted to explore whether **data science** could be used to
23+
bring more transparency to the admissions process — giving students
24+
a better sense of their chances and helping them plan accordingly.
25+
26+
## Problem Statement
27+
28+
Currently, there is no widely accessible tool that predicts
29+
a Nigerian student’s likelihood of gaining admission based
30+
on their academic performance and other measurable factors.
31+
This leaves candidates in the dark, leading to repeated disappointments,
32+
poor planning, and in some cases, loss of motivation.
33+
34+
By analyzing **JAMB** and **WAEC** performance data — along with
35+
other relevant admission criteria — this project aims to build a
36+
**predictive model** that forecasts the probability of admission.
37+
38+
## Project Goal
39+
40+
The primary goal is to use **machine learning techniques** to:
41+
42+
- Analyze historical admission patterns in Nigerian universities.
43+
- Identify the key factors that influence admission decisions.
44+
- Develop a tool that predicts a student’s likelihood of gaining admission based
45+
on their scores and other features.
46+
47+
Beyond the technical challenge, this project is a personal mission:
48+
To ensure that future students don’t have to endure the same uncertainty I did.
49+
I envision a platform where prospective undergraduates can input their academic
50+
results and other relevant details, and instantly receive a realistic,
51+
data-backed prediction of their chances — along with actionable
52+
insights on how to improve them.
53+
54+
## Expected Impact
55+
56+
- **Students:** Gain clarity on their chances and prepare alternative plans early.
57+
- **Parents & Guardians:** Make informed decisions about resource allocation
58+
and school choices.
59+
- **Policy Makers & Institutions:** Identify systemic gaps in admission
60+
processes and address them.
61+
- **Researchers & Educators:** Access a framework for studying educational
62+
outcomes and improving equity.
63+
64+
By reducing uncertainty, we can save students valuable time, reduce
65+
emotional stress, and foster a more transparent and data-driven
66+
education system in Nigeria.
67+
68+
---
69+
70+
*This project is more than an academic exercise — it’s a commitment to
71+
turning my personal challenge into a tool that empowers thousands
72+
of students every year.*

0 commit comments

Comments
 (0)