EthioAI HUB is a comprehensive web platform dedicated to archiving and preserving AI-related works from Ethiopia. The platform serves as a centralized repository for Machine Learning models, datasets, research papers, and other related resources within the Ethiopian context.
This is a Next.js project bootstrapped with `create-next-app`.
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open localhost with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
This project uses `next/font` to automatically optimize and load Geist, a new font family for Vercel.
## How to add project
1. Go to
```
```
2. Add your project with the following example
```
{
id: 1, // Check the last project Id, (last_project_id + 1)
title: "HornMT",
languages_used: ["Python", "Pythorch"], // Languages and libraries used
creator: ["Ethio NLP", "Dr. XXX", "Pro. YYY", "Mr. ZZZ"], // Who created the project
description: `The HornMT repository contains data and the associated metadata for the project Machine Translation Benchmark Dataset for Languages in the Horn of Africa. It is a multi-way parallel corpus that will serve as a benchmark to accelerate progress in machine translation research and production systems for languages in the Horn of Africa.`,
featured: true, // true/false
domain: [
"Helath",
"Politics",
"Education",
"Agriculture",
"Bussiness",
"Art and Culture",
"Disaster and Accidents",
], // "Helath", "Politics", "Education", "Agriculture", "Bussiness","Art and Culture", "Constraction", "Disaster and Accidents
field: "Computer Vision", // "NLP", "Computer Vision", "Speech Recognition", "Generative AI"
field: "NLP", // Computer Vision, NLP ...
links: [
{
id: 1,
name: "GitHub",
link: "asmelashteka/HornMT",
},
{
id: 2,
name: "NIH",
link: "data.niaid.nih.gov",
},
],
year: "2024", // The year that the project published
content: "Dataset", // Dataset, Model, Paper
},
```
## Learn More
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Lear …