chore(repo): initialize git with .gitignore, .gitattributes, and project sources

This commit is contained in:
S
2025-10-26 08:56:41 -04:00
parent 43640e7239
commit 95979d004e
22 changed files with 4935 additions and 0 deletions

19
requirements.txt Normal file
View File

@@ -0,0 +1,19 @@
numpy
pandas
scikit-learn
matplotlib
seaborn
jupyter
telethon
python-dotenv
tabulate
requests
pyyaml
vaderSentiment
emoji>=2.8.0
transformers>=4.44.0
# Torch pinning: use 2.3.1 on Python <3.13 (known-good on macOS), and a compatible newer torch on Python >=3.13
torch==2.3.1; python_version < "3.13"
torch>=2.7.1; python_version >= "3.13"
datasets>=2.20.0
accelerate>=0.26.0