-
Install the required packages:
pip install -r requirements.txt
-
Set up the database with dummy data:
python database_setup.py
-
Run the main application:
python main.py
- Enter natural language queries to retrieve information from the lottery game database.
- Type
exitto quit the application.