Skip to main content

A Python library that provides a simple interface to use NLP models

Project description

text-hub

通用文字自動標注與預測訓練系統 Python application

目標

整理文字標注與預測訓練的流程,並提供一個通用的系統,讓使用者可以快速的標注與訓練文字預測模型。

包含組件

資料預處理

  • 分段
  • 分句
  • 過濾
  • 輸出方便標注的格式

資料訓練

  • 輸入標注好的格式
  • 訓練模型

資料預測

  • 輸入要標注的格式
  • 選擇對應的模型
  • 預測
  • 輸出結果

使用方式

安裝

# 建立虛擬環境
conda create -n text-hub python=3.8
conda activate text-hub

# 安裝套件
pip install -r requirements.txt

使用

streamlit run home.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

texthub-0.1.0.tar.gz (10.0 kB view hashes)

Uploaded Source

Built Distribution

texthub-0.1.0-py3-none-any.whl (7.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page