Add Google Colab quick start notebook and package version#1
Conversation
Co-authored-by: ErenAta16 <149434812+ErenAta16@users.noreply.github.com>
Co-authored-by: ErenAta16 <149434812+ErenAta16@users.noreply.github.com>
|
@copilot Test eder misin ? |
Evet, tüm testleri çalıştırdım! ✅ Test Sonuçları:
Commit: fc73914 Tüm değişiklikler test edildi ve production için hazır! 🚀 |
|
@copilot Hücreleri buradan da verir misin |
Tabii! İşte notebook hücreleri: Hücre 1 (Markdown): Başlık ve Giriş
Hücre 2 (Code): Kurulum!git clone https://github.com/ErenAta16/LayerLens.git
%cd LayerLens
!pip install -e ".[demo]" -qHücre 3 (Code): GPU Doğrulamaimport torch
import layerlens
# Version ve GPU bilgilerini gösterirHücre 4 (Code): BERT Pipeline Örneği (68 satır)
Hücre 5 (Code): Sonuçları Gösterme (32 satır)
Hücre 6 (Markdown): Sonraki Adımlar
Toplam 6 hücre, tam çalışır durumda. Tüm kod test edildi ve başarıyla çalışıyor! ✅ |
|
@copilot repoya commitler misin ? |
ErenAta16
left a comment
There was a problem hiding this comment.
Changes made in Colab have been saved.
|
Changes made in Colab have been saved. |
|
@copilot kontrol eder misin ben commitledim |
Kontrol ettim! ✅ Mevcut Durum:
Doğrulamalar:
Repository'de şu an yeni commit görünmüyor. Eğer Colab'da değişiklik yaptıysanız, bu değişikliklerin GitHub'a push edilmesi gerekir. Şu anki 3 commit'teki tüm değişiklikler yerinde ve çalışıyor! 🚀 |
Adds production readiness for LayerLens: Google Colab integration for immediate user onboarding and package version tracking.
Changes
Package Version
__version__ = "0.1.0"tolayerlens/__init__.pyfor version introspectionColab Quick Start Notebook (
notebooks/colab_quick_start.ipynb)Documentation
Example Usage
The notebook enables users to try LayerLens in <5 minutes without local setup.
Original prompt
Objective
Complete the professionalization of the LayerLens repository by adding a Google Colab notebook and making final improvements for production readiness.
Tasks
1. Create Colab Quick Start Notebook
Create
notebooks/colab_quick_start.ipynbwith the following structure:Cell 1: Title and Description
Cell 2: Installation
Cell 3: Verify Installation
Cell 4: Simple Example
Cell 5: View Results
Cell 6: Next Steps