Skip to content

Commit b92ade9

Browse files
committed
e/acc
1 parent 0ce564f commit b92ade9

File tree

6 files changed

+22
-40
lines changed

6 files changed

+22
-40
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**A Tool for Localized Educational Content Creation in Kenya**
44

5-
*Elimu* (Swahili for "education") Research Assistant is an intelligent AI tool designed specifically for Kenyan educators to bridge the context deficit in education by generating locally relevant, credibly sourced educational content.
5+
*Elimu* (Swahili for "education") Research Assistant is an intelligent research tool using ReAct framework designed specifically for Kenyan educators to bridge the context deficit in education by generating locally relevant, credibly sourced educational content.
66

77
## The Challenge
88

cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
│ [bold cyan]███████╗███████╗██║██║ ╚═╝ ██║╚██████╔╝[/bold cyan] │
3838
│ [bold cyan]╚══════╝╚══════╝╚═╝╚═╝ ╚═╝ ╚═════╝ [/bold cyan] │
3939
[bold blue]│ │
40-
│ [bold green]AI-Powered Research Assistant for Kenyan Educators[/bold green] │
40+
│ [bold green]An Intelligent Research Assistant for Kenyan Educators[/bold green] │
4141
│ [bold yellow]"Bridging the Context Deficit in Education"[/bold yellow] │
4242
╰──────────────────────────────────────────────────────────────╯[/bold blue]
4343
"""

pyproject.toml

Lines changed: 0 additions & 25 deletions
This file was deleted.

requirements.txt

486 Bytes
Binary file not shown.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
},
2525
author="Ashioya Jotham",
2626
author_email="victorashioya960@gmail.com",
27-
description="An AI-powered research assistant for Kenyan educators to create localized, contextual educational content that bridges the context deficit in education.",
28-
long_description=open("README.md").read(),
27+
description="An intelligent research assistant for Kenyan educators to create localized, contextual educational content that bridges the context deficit in education.",
28+
long_description=open("README.md", encoding="utf-8").read(),
2929
long_description_content_type="text/markdown",
3030
url="https://github.com/ashioyajotham/elimu_research_assistant",
3131
project_urls={

tasks.txt

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
1-
Compile a list of 10 statements made by Joe Biden regarding US-China relations. Each statement must have been made on a separate occasion. Provide a source for each statement.
1+
# Sample Educational Tasks for Elimu Research Assistant
2+
# One task per line - the agent will create localized educational content for each
23

3-
Find the name of the COO of the organization that mediated secret talks between US and Chinese AI companies in Geneva in 2023.
4+
Create a Form 3 Business Studies lesson plan on the impact of M-Pesa on small enterprises in Kenya
45

5-
Download Epoch AI's dataset of large-scale AI models. From this, extract a time series showing how the maximum amount of compute used to train any AI system has changed over time. Each entry in your response must represent a training run which, at the time it happened, set a new record for the maximum amount of compute used to train an AI system.
6+
Generate a geography handout for Form 2 students about Kenya's renewable energy projects, focusing on geothermal power in Olkaria
67

7-
By what percentage did Volkswagen reduce the sum of their Scope 1 and Scope 2 greenhouse gas emissions in 2023 compared to 2021?
8+
Develop a case study on coastal tourism in Mombasa for use in a Form 4 Geography class
89

9-
Compile a list of companies satisfying the following criteria:
10-
They are based in the EU
11-
They operate within the motor vehicle sector, as defined by the European Financial Reporting Advisory Group's (EFRAG) draft sector guidance
12-
They provide detailed environmental information for their automotive operations
13-
The total greenhouse gas emissions from their automotive operations are available for 2021, 2022, and 2023
14-
They earned more than €1B in revenue in 2023
15-
They are not a subsidiary of another company, except if the parent company is a holding company
10+
Create assessment questions for Form 1 History on Kenya's independence struggle
11+
12+
Generate examples of quadratic equations using Kenyan sports statistics for Form 3 Mathematics
13+
14+
Develop a lesson outline on Kenyan literature comparing Ngugi wa Thiong'o and Grace Ogot
15+
16+
Create a student handout on the economic impact of the new Standard Gauge Railway
17+
18+
Generate a comparison table of pre-colonial trade routes through modern-day Kenya
19+
20+
Develop a science lesson plan on conservation efforts in Kenya's national parks
21+
22+
Create a business studies case study on successful Kenyan entrepreneurs

0 commit comments

Comments
 (0)