Skip to content

Latest commit

 

History

History
64 lines (53 loc) · 2.53 KB

README.md

File metadata and controls

64 lines (53 loc) · 2.53 KB

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
  1. Install Python packages
pip install -r requirements.txt
  1. Run the app
python app/... #⚠️ UNDER DEVELOPMENT ⚠️