mirror of
https://github.com/vinta/awesome-python.git
synced 2025-12-08 20:12:58 +00:00
Compare commits
6 Commits
1ddf8340e4
...
6f5118a9c0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6f5118a9c0 | ||
|
|
2252650cfd | ||
|
|
1b70a45ba0 | ||
|
|
0b8a5d1d93 | ||
|
|
aa307e6e1b | ||
|
|
73375fd310 |
31
.github/ISSUE_TEMPLATE/Features_request.yml
vendored
Normal file
31
.github/ISSUE_TEMPLATE/Features_request.yml
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
name: 💡 General Feature Request
|
||||
description: Have a new idea/feature for LinkFree? Please suggest!
|
||||
title: "[FEATURE] <description>"
|
||||
labels: ["⭐ goal: addition","🚦 status: awaiting triage"]
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: A brief description of the enhancement you propose, also include what you tried and what worked.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: screenshots
|
||||
attributes:
|
||||
label: Screenshots
|
||||
description: Please add screenshots if applicable
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: extrainfo
|
||||
attributes:
|
||||
label: Additional information
|
||||
description: Is there anything else we should know about this idea?
|
||||
validations:
|
||||
required: false
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
You can also join our Discord community [here]().
|
||||
Feel free to check out other cool repositories [here](https://github.com/vinta?tab=overview&from=2015-12-01&to=2015-12-31).
|
||||
@ -416,6 +416,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||
* [keras](https://github.com/keras-team/keras) - A high-level neural networks library and capable of running on top of either TensorFlow or Theano.
|
||||
* [pytorch](https://github.com/pytorch/pytorch) - Tensors and Dynamic neural networks in Python with strong GPU acceleration.
|
||||
* [pytorch-lightning](https://github.com/Lightning-AI/pytorch-lightning) - Deep learning framework to train, deploy, and ship AI products Lightning fast.
|
||||
* [stable-baselines3](https://github.com/DLR-RM/stable-baselines3) - PyTorch implementations of Stable Baselines (deep) reinforcement learning algorithms.
|
||||
* [tensorflow](https://github.com/tensorflow/tensorflow) - The most popular Deep Learning framework created by Google.
|
||||
* [theano](https://github.com/Theano/Theano) - A library for fast numerical computation.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user