Added another learning source for Nora. Also added the requirements.

This commit is contained in:
2025-06-09 14:25:11 -04:00
parent da23742671
commit 5d53ba7cb8
14 changed files with 1070 additions and 78 deletions

23
requirements.txt Normal file
View File

@ -0,0 +1,23 @@
# Core ML framework
# Data loading / utilities
tqdm>=4.64.0
numpy>=1.22.0
# HuggingFace Datasets (PersonaChat, etc.)
datasets>=2.0.0
# ConvoKit (for Cornell Movie-Dialogs + Unsloth)
convokit>=2.0.0
# Discord bot
discord.py>=2.0.0
# Web scraping
beautifulsoup4>=4.11.0
requests>=2.28.0
# If ConvoKit pulls in TensorFlow via Unsloth
tensorflow>=2.10.0