Update README Results section with local screenshots instead of external links#1
Conversation
Co-authored-by: Jay121305 <210736960+Jay121305@users.noreply.github.com>
|
@copilot 3️⃣ Output Determinism / Reproducibility Important for disqualification risk. Tell me which is true: A) Same input → same output every time (temperature = 0 / deterministic) B) Small variation possible, but final classification is stable C) Outputs may vary noticeably I will align the report to this. |
B) Small variation possible, but final classification is stable The encryption/decryption algorithms themselves are fully deterministic:
However, the GA runs at app startup without a fixed seed, generating new keys each session. This means:
For reproducible results across sessions, the GA would need a fixed seed (e.g., |
Overview
This PR updates the README's Results section to use locally committed screenshots instead of external GitHub user-attachments URLs. This makes the documentation more reliable and self-contained.
Changes Made
📁 New Directory Structure
docs/results/folder to store result screenshotsimage-encrypted.png- Image encryption result (noise pattern)image-decrypted.png- Image decryption result (recovered image)text-encrypted.png- Text encryption resulttext-decrypted.png- Text decryption result📝 README Updates
Before:
After:
Improvements:
Result
The README now showcases the platform's capabilities with reliable, locally-hosted screenshots that properly demonstrate both image and text encryption/decryption features using the GA-optimized hybrid cryptographic techniques.
Original prompt
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.