This repository contains the source code for the AI-driven software developed during the AKI Insurance Hackathon. The project leverages a Jupyter notebook analysis, Insights Dashboard and a Chatbot to provide a user-friendly interface where stakeholders can interact directly with data insights and make informed decisions quickly.
- Data Analysis Notebook: Contains comprehensive data cleaning and analysis of insurance data including customer demographics, policy details, and claims history.
- Dashboard: A dashboard containing a report of insights generated from the insurance dataset.
- Chatbot: A chatbot that allows users to query the dataset interactively through a chat interface.
- AI-Driven Insights: Utilizes Chat GPT-4 to analyze data and generate actionable insights, enhancing decision-making processes.
https://tunga-chat-hackathon.streamlit.app/
- Python 3.8+
- pip
- Clone the repository:
git clone https://github.com/davidnene/tinga-AKI-hackathon.git cd tunga-AKI-hackathon
- Create a virtual environment:
python -m venv .venv
- Activate the virtual environment
. .venv/Scripts/activate
- Install Dependancies from requirements.txt
pip install -r requirements.txt
- Create an environment file
touch .env
- Add your Open AI API Key
echo OPENAI_API_KEY=paste_your_key_here > .env
- Run streamlit server
streamlit run intro.py
This project was developed by Strathmore University students pursuing a Masters Degree in Data Science and Analytics
- David Nene - Software Engineer|AI
- Derrick Lubanga - Data Scientist
- Linda Kelda - Data Engineer
- Chepkirui TOnui - BI Analyst
10th-May-2024