Initial Flask Setup

This commit is contained in:
Patrick_Pluto 2024-09-16 13:16:26 +02:00
parent 2fd81dbe3e
commit 0ccfd98e32
9 changed files with 13 additions and 39 deletions

2
py/venv.sh Normal file → Executable file
View file

@ -1,7 +1,7 @@
#!/bin/bash
rm -rf venv/
virtualenv venv
source venv/bin/activate
pip install transformers
pip install torch
pip install flask