Medical_Chat_Bot / template.sh
itssarjunhere's picture
Upload 14 files
ce9ae10 verified
Raw
History Blame Contribute Delete
253 Bytes
# 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!."