TOXILAB-BI is an application used for the decision making process of clinical laboratories. It includes integrated chat to generate informative reports by querying the database with the help of artificial intelligence through Google APIs.
git clone git@github.com:alfargenis/toxilab-bi.git
cp .env.example .env
GEMINIS_API_KEY=YOUR_API_KEY
composer install
php artisan key:generate
php artisan storage:link
php artisan migrate
php artisan db:seed
php artisan schedule:work
php artisan serve