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
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.
- Python 3
- Microsoft Azure (formerly...)
- OpenAI GPT-3.5 Turbo API Key
- PyPDF2 (eventually...)
- Docker (eventually...)
- Rust (eventually...)
- Tabula (eventually...)
- Clone the repo
git clone https://github.com/waynemaranga/qaribu
- Install Python packages
pip install -r requirements.txt
- Run the app
python app/... #⚠️ UNDER DEVELOPMENT ⚠️