studentchatbot / template.sh
aak007's picture
Initial commit for Hugging Face
45b17a5
Raw
History Blame Contribute Delete
279 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
touch requirements.txt
echo "Directory and files created successfully!."