KarmaCheck / start.sh
Ajey95
Initial push
ef1317f
raw
history blame contribute delete
910 Bytes
��#!/bin/bash
echo "=�I�� Starting KarmaCheck Spiritual Assistant..."
# Check if .env file exists
if [ ! -f .env ]; then
echo "L' .env file not found!"
echo "=��� Please copy .env.example to .env and add your Hugging Face token"
exit 1
fi
# Check if required packages are installed
echo "=��� Checking dependencies..."
pip install -r requirements.txt
# Start the application
echo "=؀� Launching KarmaCheck..."
python karma_check.py