File size: 932 Bytes
ef1317f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
��@echo off

echo =�I�� Starting KarmaCheck Spiritual Assistant...



REM Check if .env file exists

if not exist .env (

    echo L' .env file not found!

    echo =��� Please copy .env.example to .env and add your Hugging Face token

    pause

    exit /b 1

)



REM Check if required packages are installed

echo =��� Checking dependencies...

pip install -r requirements.txt



REM Start the application

echo =؀� Launching KarmaCheck...

python karma_check.py



pause