SkillAgentSearch skills...

YubiAI

State-of-the-art models in AI,ML,NLP & Vision for FinTech community by Yubi Data Science Team

Install / Use

/learn @Yubi2Community/YubiAI

README

YubiAI

State-of-the-art models in AI,ML,NLP & Vision for FinTech community by Yubi's Data Science Team. <br> <br>

<details> <summary>What's new in NLP</summary> <p> </p> </details> </br> <details><summary>What's new in Vision</summary><p> </p></details> </br> <br>

Download Model Locations

Environment

  • Models files hosted on FTP server and are downloaded when constructor is called
  • Curently tested on Ubuntu 20.04, MacOS 12.3 and python >=3.7

How to install package

  • Clone the git repository or download zip/tar files and unzip
cd /parent/directory/path/of/YubiAI/
  • Install only NLP dependencies
pip install ".[nlp]"
  • Install only Vision dependencies
pip install ".[cv]"
  • Install both NLP & Vision dependencies
pip install ".[nlp,cv]"

How to use package

  • Clone the git repository or download zip/tar files and unzip
  • You need to append the repo path using sys
  • Remaining import & code would remain same.

import sys
sys.path.append("/parent/directory/path/of/yubiai/")

from yubiai.nlp.tokenizer.yubiTokenizer import YubiTokenizer
tokenizer = YubiTokenizer()

<br>
View on GitHub
GitHub Stars46
CategoryData
Updated2mo ago
Forks4

Languages

Python

Security Score

95/100

Audited on Feb 7, 2026

No findings