python -m venv .venv
# Windows:
.venv\\Scripts\\activate
# Mac/Linux:
source .venv/bin/activate
pip install -r requirements.txtpython -m src.infer --text "On Jan 31, 2026, Apple Inc. reported revenue of $119.6B and net income of $33.9B."| Name | Name | Last commit date | ||
|---|---|---|---|---|
python -m venv .venv
# Windows:
.venv\\Scripts\\activate
# Mac/Linux:
source .venv/bin/activate
pip install -r requirements.txtpython -m src.infer --text "On Jan 31, 2026, Apple Inc. reported revenue of $119.6B and net income of $33.9B."