https://github.com/timeless-residents/handson-claude-3.7-sonnet
A hands-on guide for generating sonnets using Claude 3.7
https://github.com/timeless-residents/handson-claude-3.7-sonnet
ai claude nlp poetry python sonnets text-generation
Last synced: about 2 months ago
JSON representation
A hands-on guide for generating sonnets using Claude 3.7
- Host: GitHub
- URL: https://github.com/timeless-residents/handson-claude-3.7-sonnet
- Owner: timeless-residents
- Created: 2025-02-26T22:50:08.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-26T22:52:41.000Z (9 months ago)
- Last Synced: 2025-10-14T16:05:44.092Z (about 2 months ago)
- Topics: ai, claude, nlp, poetry, python, sonnets, text-generation
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# handson-claude-3.7-sonnet
このプロジェクトは、Claude 3.7を使用してソネットを生成するためのハンズオンガイドです。
## インストール
以下のコマンドを使用して必要な依存関係をインストールします。
```bash
pip install -r requirements.txt
```
## 使い方
以下の手順に従って、ソネットを生成します。
1. `main.py` スクリプトを実行します。
2. プロンプトに従って入力を行います。
3. 生成されたソネットが表示されます。
```bash
python main.py
```
## ファイル構成
- `main.py`: ソネットを生成するメインスクリプト
- `requirements.txt`: 必要なPythonパッケージのリスト
- `README.md`: このファイル
## ライセンス
このプロジェクトはMITライセンスの下で提供されています。詳細については、`LICENSE`ファイルを参照してください。
## 貢献
貢献を歓迎します。プルリクエストを送信する前に、問題を報告してください。
## 作者
このプロジェクトはGitHub Copilotによって作成されました。