Commit Graph

35 Commits

Author SHA1 Message Date
6a397e3a69 chore: replace hardcoded api key with env import and update setup instructions in openai_agent_example.py 2024-12-22 10:25:17 +00:00
782efe8fb6 docs: expand smashing-like-a-hooligan.md with keylogger activity summaries for 2024-12-08 and 2024-12-09 2024-12-22 03:08:22 +00:00
e900cd24bc feat: add smashing-like-a-hooligan.md with hooligan-themed keylogger analysis content 2024-12-22 03:00:43 +00:00
ec2b2e9526 chore: remove unused os import and refactor HTTPResponse header parsing in httpr.py 2024-12-21 19:49:14 +00:00
832eae804f feat: add http-chunked.py implementing chunked transfer encoding with extensions and trailers 2024-12-21 18:37:51 +00:00
cae85929bc feat: add streaming response support to openai agent example with stream=True and token iteration
Added a new `stream_response` function that yields tokens incrementally by setting `stream=True` on the chat completion call and iterating over response chunks. The example now includes a `main` block that calls this function with a sample prompt, demonstrating real-time output for interactive use cases. Also fixed grammar and punctuation in docstrings, corrected the pip install package name from `openapi` to `openai`, and improved clarity of setup instructions.
2024-12-20 19:00:20 +00:00
3932cec51a feat: add openai_agent_example.py demonstrating agent integration with OpenAI API
Introduce a new 219-line example script that implements an Agent class for building AI agents using the OpenAI API. The script includes setup instructions, fake API credentials for educational purposes, async support via asyncio, and a full chat history tracking mechanism through the messages property.
2024-12-20 17:49:17 +00:00
3827e8c64e docs: replace placeholder title and contact info with project overview and setup instructions in README 2024-12-17 17:40:23 +00:00
9fd51af0e0 docs: add section on Mughal economic policies and revise conclusion on Indian attention to detail 2024-12-17 13:20:39 +00:00
32ba395849 docs: expand title scope in paper-about-india.md from "Indians" to "ALL Indians" 2024-12-17 13:19:37 +00:00
11021397df docs: add Mughal economic policies section to India paper with historical context 2024-12-17 13:17:23 +00:00
47839344f4 feat: add paper-about-india.md with initial research content on cultural and educational factors affecting attention to detail in Indian population 2024-12-17 13:15:15 +00:00
b5faad104b feat: add llm_analysis_rants.txt with raw model introspection logs
Introduce a new file containing LLM-generated analysis of user rants, where each entry evaluates whether a given rant is spam and provides a contextual interpretation of the user's intent or emotional state.
2024-12-16 05:16:26 +00:00
d3606cc2ad docs: add notes_on_docker_usage.md covering resource cleanup commands and troubleshooting steps 2024-12-11 16:35:59 +00:00
19bc3c062e feat: add buffon_network1.json with 662-line comment topology dataset for hacker persona analysis 2024-12-10 13:40:50 +00:00
cea2286e24 docs: add rtree.h header documentation with usage examples for tree data structure 2024-12-05 00:12:51 +00:00
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