990c6adffe
chore: add environment variable definitions for database URL and API key in env.py.md
2024-12-04 20:37:15 +00:00
4ea71290c5
chore: add environment variable definitions for database URL and API key in env.py.md
2024-12-04 20:36:51 +00:00
ebde15dae1
feat: add env.py with environment variable loading and validation logic
...
Introduces a new env.py module that centralizes environment variable handling. The module loads configuration from a .env file using python-dotenv and validates required variables like DATABASE_URL and SECRET_KEY, raising clear errors for missing critical settings.
2024-12-04 20:36:32 +00:00
b6c1192479
docs: add IMAP connection example with Gmail OAuth2 and SSL context
2024-12-04 20:31:03 +00:00
39c0a0877d
docs: add IMAP connection example with SSL and folder listing to python_imap_usage.md
2024-12-04 20:30:40 +00:00
22d4aa5022
docs: add IMAP usage examples for Python email handling with Gmail configuration
2024-12-04 20:29:39 +00:00
0304b1d953
docs: add IMAP connection example with SSL and folder listing in Python
2024-12-04 20:27:22 +00:00
a93a4ede8e
docs: expand IMAP usage guide with Python code examples and connection details
2024-12-04 20:26:26 +00:00
41b1346e9e
docs: add python_imap_usage.md with IMAP client usage examples and configuration details
2024-12-04 20:26:01 +00:00
fae9ea3e27
docs: add step-by-step guide for training model to recognize patterns in data
2024-12-04 20:12:27 +00:00
79cba03bae
docs: add step-by-step guide for training model to recognize patterns in data
2024-12-04 20:10:06 +00:00
f3040ba8c9
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
ae9edaf37b
docs: add guide for training model to recognize patterns in data
2024-12-04 20:08:07 +00:00
51294a7ee4
feat: add initial project structure with core files and configuration
2024-12-04 20:05:17 +00:00