Setting Up the Python Environment Clone the repository: git clone https://github.com/VinitChordiya/TrainTales.git cd TrainTales Setup virtual environment: python3 -m venv venv source venv/bin/activate install dependencies: pip install -r requirements.txt