Add experimental sqlite database and login/register

This commit is contained in:
csd4ni3l
2025-08-09 12:22:01 +02:00
parent 3d5ea65b16
commit 54ed6eb0f4
4 changed files with 128 additions and 8 deletions

View File

@@ -8,5 +8,6 @@ RICKROLL_LINK = "https://www.youtube.com/watch?v=xvFZjo5PgG0"
UPLOAD_DIR = "uploads"
MINIMUM_COSINE_SIMILARITY = 0.7
WORD_TO_COMPARE = "hand touching grass"
DATABASE_FILE = "data.db"
UPLOAD_DIR = os.path.join(os.getcwd(), UPLOAD_DIR)