# Creating directory mkdir -p src mkdir -p research # Creating files touch src/_init_.py touch src/helper.py touch src/prompt.py touch .env touch setup.py touch app.py touch research/trials.ipynb echo "Directory and files created successfully!."