0cf474399c
docs: add publish.md with project release and deployment instructions
2024-12-04 21:02:05 +00:00
4a3dcb561e
docs: correct module name from AsyncPatch to AsyncioPatch in documentation header
2024-12-04 20:58:02 +00:00
1688a903cb
docs: correct module name from AsyncPatch to sayncio_patch and add usage examples
2024-12-04 20:45:44 +00:00
b524df0410
docs: add documentation for sayncio_patch.py module with usage examples
2024-12-04 20:45:33 +00:00
dca2af7343
chore: capitalize list items and add periods to env.py.md instructions
2024-12-04 20:38:01 +00:00
9e93e64ad6
chore: correct comment to state base64 decoded instead of encoded for password secret in env.py.md
2024-12-04 20:37:15 +00:00
268e64efd1
chore: add DATABASE_URL and API_KEY env var definitions with defaults in env.py
2024-12-04 20:36:51 +00:00
797d93bda6
feat: add env.py module for base64-encoded secret loading from environment variable
...
Introduces a new env.py utility that loads a base64-decoded password from the SECRET environment variable when imported, and provides an interactive password-to-base64 conversion when run as a script.
2024-12-04 20:36:32 +00:00
bb517a0736
docs: add language identifier to IMAP code blocks for python syntax highlighting
2024-12-04 20:31:03 +00:00
ff8c685134
docs: add IMAP SSL connection example with folder listing to python_imap_usage.md
...
Extend the Python IMAP usage documentation with a complete code example demonstrating SSL-based connection to an IMAP server, authentication, and listing of available mail folders. The example includes proper error handling and connection cleanup.
2024-12-04 20:30:40 +00:00
d1af6f75d8
docs: expand python_imap_usage.md with SMTP coverage and dependency notes
2024-12-04 20:29:39 +00:00
202c80c665
docs: add SMTP class skeleton with env import and login state in Python IMAP doc
2024-12-04 20:27:22 +00:00
aa2eed5e40
docs: correct title and add section heading for SMTP example in IMAP usage guide
2024-12-04 20:26:26 +00:00
fca2e67d23
docs: add python_imap_usage.md with IMAP client usage examples and configuration details
2024-12-04 20:26:01 +00:00
6e5bfc2ed7
docs: add step-by-step guide for training model to recognize patterns in data
2024-12-04 20:12:27 +00:00
fa4b55e11e
docs: add usage section with inference code for loading trained model and capturing webcam video
2024-12-04 20:10:06 +00:00
93f2a03139
docs: add detailed training steps for pattern recognition model in documentation
...
The documentation now includes a comprehensive guide covering data preparation, model architecture selection, hyperparameter tuning, and evaluation metrics for the pattern recognition training pipeline.
2024-12-04 20:08:26 +00:00
25c0d265a2
docs: add guide for training model to recognize patterns in data
2024-12-04 20:08:07 +00:00
cf94ae0d47
feat: add MIT license file and initial README with project description
2024-12-04 20:05:17 +00:00