Follow these steps to set up your environment and start the engine:
Update the .env file with your OpenAI API key:
OPENAI_API_KEY=xxxxxxx
Run the following command to install the necessary packages:
pip install -r requirements.txt
Create and populate the database using:
python create_db_mock_user_order.py
Launch the application by executing:
python chart_generator_advanced.py