waynemaranga / qaribu

⚠️ UNDER REDEVELOPMENT ⚠️ -- An onboarding system using OpenAI's GPT models. Originally built for a hackathon. Later extended experimentally
1 stars 2 forks source link
chatgpt openai

QARIBU

image image


⚠️ THIS PROJECT IS CURRENTLY UNDER RECONSTRUCTION ⚠️

Original project built in the excellent company of @cjephuneh, @hopewanjeri and @ElNgatia for the "Adopting AI: Onboard with Ease" hackethon by 637 Capital on 24 November, 2023. See CHALLENGE.md

About

QARIBU is a web application that uses AI to analyze existing company SOP's and project data, including meeting notes, company profile, team structures and project goals to form a comprehensive database for the AI to utilize. It then uses this data to create a personalized learning pathway for new hires. The goal is to streamline the onboarding process, ensuring that each recruit is well-acquainted with the company's projects, culture, and expectations, and is ready to contribute effectively from the start.

Getting Started

Prerequisites

Installation

  1. Clone the repo

    git clone https://github.com/waynemaranga/qaribu
  2. Install Python packages

    pip install -r requirements.txt
  3. Run the app

    python app/... #⚠️ UNDER DEVELOPMENT ⚠️