Update README.md
Browse files
README.md
CHANGED
|
@@ -10,4 +10,63 @@ pinned: false
|
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
+
## Transformers Pipeline Playground 🎡🤖
|
| 14 |
+
|
| 15 |
+
**Welcome to the Transformers Pipeline Playground!** This project provides an interactive interface to explore and experiment with various transformer models using Hugging Face’s transformers library. Whether you’re a seasoned NLP practitioner or just getting started, this playground offers a hands-on experience with state-of-the-art models.
|
| 16 |
+
|
| 17 |
+
[](https://pypi.org/project/my-python-package/)
|
| 18 |
+
[](https://opensource.org/licenses/MIT)
|
| 19 |
+
[](https://www.python.org/downloads)
|
| 20 |
+
[](https://github.com/psf/black)
|
| 21 |
+
[](https://github.com/canstralian/My-Python-Project-Template/actions/workflows/ci.yml)
|
| 22 |
+
|
| 23 |
+
**Features** ✨
|
| 24 |
+
- Interactive Model Exploration: Load and test different transformer models directly in your browser.
|
| 25 |
+
- User-Friendly Interface: Utilizes Gradio to create an accessible web-based UI.
|
| 26 |
+
- Flexible Pipeline Selection: Choose from a variety of pipelines such as text generation, sentiment analysis, and more.
|
| 27 |
+
|
| 28 |
+
## Installation 🛠️
|
| 29 |
+
|
| 30 |
+
To set up the Transformers Pipeline Playground locally, follow these steps:
|
| 31 |
+
1. Clone the Repository:
|
| 32 |
+
|
| 33 |
+
git clone https://github.com/canstralian/transformers-pipeline-playground.git
|
| 34 |
+
cd transformers-pipeline-playground
|
| 35 |
+
|
| 36 |
+
|
| 37 |
+
2. Install Dependencies:
|
| 38 |
+
It’s recommended to use a virtual environment:
|
| 39 |
+
|
| 40 |
+
python3 -m venv env
|
| 41 |
+
source env/bin/activate # On Windows, use `env\Scripts\activate`
|
| 42 |
+
|
| 43 |
+
Then, install the required packages:
|
| 44 |
+
|
| 45 |
+
pip install -r requirements.txt
|
| 46 |
+
|
| 47 |
+
|
| 48 |
+
|
| 49 |
+
## Usage 🚀
|
| 50 |
+
|
| 51 |
+
After installing the dependencies, you can launch the application with:
|
| 52 |
+
|
| 53 |
+
python app.py
|
| 54 |
+
|
| 55 |
+
This will start a local server. Open your browser and navigate to the displayed URL to access the interface.
|
| 56 |
+
|
| 57 |
+
How It Works 🧠
|
| 58 |
+
|
| 59 |
+
The application leverages Hugging Face’s transformers library to load pre-trained models and create pipelines for various NLP tasks. The user interface is built with Gradio, providing an easy way to interact with the models.
|
| 60 |
+
|
| 61 |
+
## Contributing 🤝
|
| 62 |
+
|
| 63 |
+
Contributions are welcome! If you have ideas for improvements or new features, feel free to open an issue or submit a pull request.
|
| 64 |
+
|
| 65 |
+
## License 📄
|
| 66 |
+
|
| 67 |
+
This project is licensed under the Apache License 2.0. See the LICENSE file for details.
|
| 68 |
+
|
| 69 |
+
Note: Remember, with great transformer power comes great responsibility. Use the models ethically and consider the implications of their outputs.
|
| 70 |
+
|
| 71 |
+
|
| 72 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|