Commit Graph

73 Commits

Author SHA1 Message Date
70c7d8633c feat: add llm_analysis_rants.txt with raw model introspection logs 2024-12-16 05:16:26 +00:00
dad75062de docs: add notes_on_docker_usage.md with container setup and troubleshooting guide 2024-12-11 16:35:59 +00:00
c4132ca7c4 feat: add buffon_network1.json with network topology data for buffon analysis 2024-12-10 13:40:50 +00:00
4c2c3fadf3 docs: add documentation for rtree.h header file with usage examples 2024-12-05 00:12:51 +00:00
505af78de9 docs: add publish.md with project release and deployment instructions 2024-12-04 21:02:05 +00:00
1d691dc0bf docs: update asyncio_patch.py.md with corrected event loop patching example 2024-12-04 20:58:02 +00:00
e9452fd68f docs: update sayncio_patch.py.md with corrected module name and usage examples 2024-12-04 20:45:44 +00:00
2016ab1b24 docs: add documentation for sayncio_patch.py module with usage examples 2024-12-04 20:45:33 +00:00
ca8eb4f89e chore: update env.py.md with corrected environment variable documentation 2024-12-04 20:38:01 +00:00
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