Metadata-Version: 2.4
Name: simonbb
Version: 0.0.3
Summary: A small package to facilitate teaching AI/ML courses
Project-URL: Homepage, https://simonbb.com
Author-email: Huaxia Rui <huaxia.rui@simon.rochester.edu>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: langchain-chroma~=1.1.0
Requires-Dist: langchain-community~=0.4.1
Requires-Dist: langchain-core~=1.2.23
Requires-Dist: langchain-huggingface~=1.2.1
Requires-Dist: langchain~=1.2.13
Requires-Dist: langgraph~=1.1.3
Requires-Dist: matplotlib~=3.10.8
Requires-Dist: numpy~=2.4.0
Requires-Dist: sentence-transformers~=5.3.0
Requires-Dist: torchvision~=0.24.1
Requires-Dist: torch~=2.9.1
Requires-Dist: transformers~=4.57.3
Description-Content-Type: text/markdown

# Background

This is a pet project out of my own teaching needs at University of Rochester.
I mainly teach these 2 courses to MBA/MS students who lack technical background.

- CIS 433: AI and Deep Learning
- CIS 438: Agentic AI Applications

Accordingly, this package contains 2 modules.

- `simonbb.cis433`: this module is useful for anyone teacheing deep learning using PyTorch but doesn't want to bother students with too much nitty-gritty details.
- `simonbb.cis438`: this module is useful for anyone who teaches agentic AI using langchain.

