Skip to content
@Fairleap-AI

Fairleap AI

Fairleap AI helps Gojek drivers manage income uncertainty and improve well-being -🏆Top 12 Finalist Alibaba GoTo GenAI Hackathon Indonesia 2025

📢 Domain & Email Migration Notice

From May 24 th, 2026, Fairleap AI will transition to new domains as fairleap.cloud will not be renewed:

🌐 Website:fairleap.faizath.com (formerly fairleap.cloud)
⚙️ API:fairleap-api.faizath.com (formerly api.fairleap.cloud)
📧 Email:contact@fairleap.faizath.com (formerly contact@fairleap.cloud)
🛰️ CDN: fairleap-cdn.faizath.com (formerly cdn.fairleap.cloud)
📈 Status Pages:https://status.faizath.com/status/fairleap (formerly status.fairleap.cloud)

Fairleap AI

An AI co-pilot for the financial well-being of Indonesia's gig drivers.

📘 What is Fairleap AI?

Fairleap AI is an AI-powered financial well-being platform built for Gojek / GoTo ride-hailing and delivery drivers. It turns a driver's raw, irregular trip data into clear earnings insights, personalized financial guidance, and wellness support — helping drivers move from day-to-day income uncertainty toward long-term financial stability.

The name says it all: a fair leap forward for the gig workers who keep Indonesia moving.

🏆 Alibaba Cloud Indonesia GenAI Hackathon 2025

🥇 Fairleap AI was built and submitted to the Alibaba Cloud Indonesia GenAI Hackathon 2025, where it was selected as a Top 12 Finalist.

The Alibaba Cloud Indonesia GenAI Hackathon 2025 is a national-scale Generative AI hackathon held on May 24–25, 2025 in Jakarta, Indonesia (Habitate, Kuningan). It is organized by Alibaba Cloud, the GoTo Group, and KOMDIGI (Indonesia's Ministry of Communication and Digital Affairs).

The competition challenges innovators across Indonesia to build impactful, real-world solutions using Generative AI on Alibaba Cloud — leveraging services such as the Qwen large language models via DashScope. It brings together developers, students, and startups to prototype GenAI applications that address tangible problems, with finalists pitching their solutions to a panel of industry judges.

Out of all participating teams, Fairleap AI advanced to the Top 12 Finalists, recognizing its use of Generative AI to tackle income uncertainty and well-being for Indonesia's gig-economy drivers.

🎬 Presentation & Demo Video

Watch the Fairleap AI presentation & demo video

🖼️ Screenshots

❓ The Problem

Gig-economy drivers are the backbone of Indonesia's on-demand economy, yet they face structural challenges that traditional financial tools ignore:

  • Income uncertainty — earnings swing daily with demand, weather, surge pricing, and hours worked, making it nearly impossible to budget or plan ahead.
  • No financial visibility — drivers rarely have tools to understand why they earn what they earn, or how to optimize their working hours.
  • Limited access to financial advice — conventional financial advisory and investment products are not designed for variable, cash-based gig income.
  • Well-being is overlooked — long hours on the road create fatigue and stress that directly affect both safety and earning capacity.

💡 How Fairleap AI Solves It

Fairleap AI combines machine-learning forecasting with Generative AI (RAG-powered) advisory to give every driver a personal financial and wellness assistant:

  • 📊 Earnings Analytics & Forecasting — ML regression models (XGBoost / scikit-learn) analyze historical trip data to surface earning patterns and predict future earnings, so drivers know what to expect and when to drive.
  • 🤖 AI Financial Advisor — a Generative AI advisor (powered by Alibaba Cloud Qwen via DashScope, with RAG grounding) delivers personalized financial tips tailored to each driver's income profile.
  • 📈 Investment Guidance — an AI investment bot recommends suitable, easy-to-understand investment options for variable gig income.
  • 🧘 Wellness Companion — an AI wellness assistant provides health, fatigue, and work-life-balance guidance to keep drivers safe and sustainable.
  • 💬 Conversational Chatbot — a RAG-based chatbot answers driver questions in natural language, grounded in Fairleap's domain knowledge.
  • 🖥️ Unified Dashboard — a clean web dashboard brings earnings, analytics, financial advice, and wellness together in one place.

🗂️ Repositories & Deployments

ComponentDescriptionTech StackRepositoryDeployment URL / Hugging Face Repo
🌐 FrontendNext.js web app & driver dashboardNext.js 15, React 19, TypeScript, Tailwind CSS, shadcn/ui, Recharts, GSAPFairleap-AI/fairleap-fefairleap.faizath.com(formerly fairleap.cloud)
⚙️ API BackendCore REST API, auth & data layerNode.js, Express 4, MongoDB (Mongoose), JWT, Passport, Nodemailer, DockerFairleap-AI/fairleap-apifairleap-api.faizath.com(formerly api.fairleap.cloud)
🧠 AI / RAG BackendML forecasting & GenAI advisory servicesPython, Flask, Gunicorn, XGBoost, scikit-learn, pandas, NumPy, DashScope (Qwen)Fairleap-AI/fairleap-aiServed with Docker internally
📚 SFT Dataset42,743 synthetic Indonesian driver conversationsJSONL, Parquet, PyArrow, Hugging Face DatasetsFairleap-AI/fairleap-driver-chat-sft-43k🤗 datasets/fairleap-ai/fairleap-driver-chat-sft-43k
🤖 Qwen3.5-4B AdapterQLoRA adapter for driver chat & tool callingPEFT (QLoRA), Unsloth, TRL, Transformers, bitsandbytes, PyTorchFairleap-AI/fairleap-v1-clm-qwen3.5-4b-adapter🤗 fairleap-ai/fairleap-v1-clm-qwen3.5-4b-adapter
🤖 Sahabat-AI 8B AdapterQLoRA adapter on the Llama-3 Indonesian basePEFT (QLoRA), Unsloth, TRL, Transformers, bitsandbytes, PyTorchFairleap-AI/fairleap-v1-clm-sahabatai-8b-adapter🤗 fairleap-ai/fairleap-v1-clm-sahabatai-8b-adapter

📝 License

This project is licensed under the MIT License.

Popular repositories Loading

  1. fairleap-ai fairleap-aiPublic

    ML earnings-forecasting & GenAI advisory services for Fairleap AI — XGBoost/scikit-learn income prediction + RAG-powered financial, investment & wellness assistants using Alibaba Cloud Qwen (DashSc…

    Jupyter Notebook

  2. fairleap-fe fairleap-fePublic

    Next.js + TypeScript web app & driver dashboard for Fairleap AI — earnings analytics, AI financial/investment advice, and a RAG chatbot, styled with Tailwind CSS & Radix UI.

    TypeScript

  3. fairleap-api fairleap-apiPublic

    Core REST API for Fairleap AI — authentication, driver data, and the data layer powering the dashboard. Built with Node.js, Express & MongoDB, containerized with Docker.

    JavaScript

  4. .github .githubPublic

    Organization-level profile README and shared community-health files for Fairleap AI — the AI co-pilot for the financial and wellness support. Built on Alibaba Cloud Qwen. 🏆 Top 12, GenAI Hackathon …

  5. fairleap-v1-earnings-xgboost-11k fairleap-v1-earnings-xgboost-11kPublic

    XGBoost regressor forecasting a Gojek/GOTO driver's daily earnings in IDR up to ~14 days ahead, from their own lag/rolling earnings history, calendar context and a self-reported wellness score. Fla…

    Python

  6. fairleap-v1-laborsupply-xgboost-2k fairleap-v1-laborsupply-xgboost-2kPublic

    XGBoost regressor forecasting a Gojek/GOTO driver's daily hours worked from forecast earnings, calendar context and a wellness score. Flask + Docker. ⚠️ Does not work: R² = −0.383 on its own test s…

    Python

Repositories

Showing 10 of 10 repositories

Top languages

Loading…

Most used topics

Loading…