mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
527e829523
Each plugin is now a top-level directory with its own .cursor/plugin.json manifest, so the repository is recognized as containing multiple individual plugins rather than being imported as a single plugin. - Moved all 25 plugin directories from plugins/ to repository root - Updated README.md with correct paths and full plugin catalog - Removed plugins/README.md (no longer needed) Co-authored-by: n2parko <n2parko@users.noreply.github.com>
30 lines
695 B
Markdown
30 lines
695 B
Markdown
# deep-learning-python
|
|
|
|
Deep learning, transformers, and diffusion model development rules by Yu Changqian (cursor.directory)
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
agent install deep-learning-python
|
|
```
|
|
|
|
## What's Included
|
|
|
|
### Rules
|
|
|
|
| Rule | Description | Applies To |
|
|
|:-----|:------------|:-----------|
|
|
| `deep_learning_python` | Deep learning development with PyTorch, Transformers, Diffusers, and Gradio | `**/*.py, **/*.ipynb` |
|
|
|
|
## Source
|
|
|
|
This plugin is sourced from [cursor.directory](https://cursor.directory/deep-learning-developer-python-cursor-rules).
|
|
|
|
- **Original Author**: Yu Changqian
|
|
- **Tags**: python, pytorch, deep-learning, transformers, diffusion
|
|
- **Category**: ml
|
|
|
|
## License
|
|
|
|
MIT
|