wyzard

Run various transformers models from one packages.


Keywords
python, machine, learning, ml, ai, artificial, intelligence, transformers, pytorch, models, tokenizer
License
MIT
Install
pip install wyzard==1.0

Documentation

Wyzard

GitHub Downloads GitHub issues GitHub Repo stars PyPI - Python Version PyPI - Status

Run various transformers models from one packages. These packages aim to run various machine learning models using the transformers from Hugging Face. Made to be user-friendly, concise, easy-to-understand.

By default, users don't need to choose a model anymore for various types of models, we have selected the one that fits the class. But the user can still replace it according to the model that the user wants.

Can run :

  • Text-to-Image or Image generation using Diffusers package.
  • GPT/AI output detector using GPT2 model.
  • Object detection
  • Image-to-Text or image captioning

More? soon!

Install

  • Using pip :
pip install wyzard

Example

Examples code for each class can be seen at here.

Licence & Copyright

This Project under MIT License
Copyright (c) 2023-present LyQuid (LyQuid12)