Amazon reveals winners of virtual hackathon for Jordan university students


Amazon awards top three winners were scholarship cash prizes


AMMAN — Amazon on Monday announced the top three winners of the Amazon Teckathon, a three-day virtual hackathon event for university students in Jordan which took place from July 26 - 28.

The hackathon saw students from 20 universities participate, according to a statement from Amazon.

The Teckathon saw 114 projects submitted, where university students were encouraged to develop, design, code, and build innovative software solutions to be presented to a judging panel of Amazon experts through five-minute video presentations.

The judging panel consisted of senior Amazon technical leaders who evaluated each submission based on software implementation, project idea, and project presentation, said the statement.

Minister of Digital Economy and Entrepreneurship Ahmed Hanandeh has actively supported initiatives aimed at encouraging and inspiring Jordan’s youth to grow in the field of technology and programming.

Hanandeh is pleased to see the virtual hackathonevent brought back for the second year, reinforcing the importance of sharing knowledge and experience required to create the tech leaders of tomorrow.

Ammar Shanir, first-place winner from Jordan University of Science and Technology, receiveda scholarship amount prize of $10,000 from Amazon for his “BiLy” application, an innovative platform that converts speech to text in real time, while distinguishing between various languages, including Arabic and English, to provide the most appropriate word, according to the statement.

Ammar said: “I am so grateful for the entire experience as it has honed my technical and programming skills. This was an unforgettable experience and I’m honored that the expert panel of judges recognized my work."

Mahmoud Obeidat, Country Manager ofAmazon in Jordan, commented: “Congratulations to the Amazon Teckathon2022 winners and all participants for their effort and ingenious software solutions. Several of our technology teams for the region are based out of Amman, a commitment to our recognition of the very strong programming landscape and brilliant talents present in Jordan, which we look forward to continue nurturing.”

Aiming to help improve communication skills between austistic individuals and their respective caregivers, second place winnersAbdullrahman Wasfi & Layan AlHimsi from the University of Princess Sumaya University for Technology created “Nedz”, an application that uses artificial intelligence (AI) and machine learning to better understand the needs of autistic individuals, noted the statement from Amazon.

Third place recipients Shahed Nabeel and Mohammad Alkhateeb, from the YarmoukUniversity, created “Detector”, an application that uses AI to detect skin cancer, providing a detailed evaluation in terms of type and accuracy by simply taking a picture, the statement said.

The Amazon statement added that the second and third place winners took home scholarships of $7,000 and $5,000, respectively, from Amazon to contribute to their education.

Amazon also recognised winners in one special category, ‘Best Customer Centric Solution for MENA Customers’, which was awarded to Abdel Rahman Al Sabbagh & Faris Al Humsi,who won their own Kindle devices for the creation of “Saiph”.

This AI searching system thoroughly examines files and documents to provide the best possible content. It takes multiple factors into consideration, such as identifying relevant synonyms, repetition, and misspellings and dialect, the statement said.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });