Skip to content

Add code blocks and documentation sections to README#1

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-codeblock-rendering-issue
Draft

Add code blocks and documentation sections to README#1
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-codeblock-rendering-issue

Conversation

Copilot AI commented Jan 31, 2026

Copy link
Copy Markdown

README lacked code examples and proper documentation structure for the thesis repository.

Changes

  • Added code blocks: Installation (bash), usage example (Python), citation (BibTeX)
  • Enhanced documentation: Key features, references, license sections
  • Fixed formatting: Removed leading blank lines, corrected "moiré" character encoding

Example

Installation and usage now documented with proper code blocks:

# Installation
python -m venv venv
source venv/bin/activate
pip install torch torchvision numpy scipy matplotlib scikit-image
# Usage
model = PUNet()
model.load_state_dict(torch.load('punet_weights.pth'))
reconstructed = model(input_image)
Original prompt

On AI-based Reconstruction and Denoising for Robust Structured Illumination Microscopy at Low Signal-to-Noise Ratios.pdf, why the codeblock is unable to render? can you fix it please


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: ArghaSarker <64970159+ArghaSarker@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix codeblock rendering issue in AI-based microscopy document Add code blocks and documentation sections to README Jan 31, 2026
Copilot AI requested a review from ArghaSarker January 31, 2026 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants