Skip to main content

Package for building service based on speech recognition/synthesis , Object detection , OCR

Project description

SeeSun package tree

  • __init.py__
  • model_config
    • model.cfg (모델 구조 파일)
    • model.weights (모델 가중치 파일)
  • Detector.py
    • seesunObjectDetector (class , object)
      • detect (method) : return type =string
    • seesunTextDetector (class , object)
      • recognize(method) : return type = string
  • Speech.py
    • seesunSpeech (class , object)
      • tts (method) : return type = None (audio played immediately)
      • stt (method) : return type = string

Usage

for object detection

from SeeSun.Detect import seesunObjectDetector
import cv2

detector = seesunObjectDetector()

my_img = cv2.imread('path/to/image/file')
detector.detect(my_img)
OUT : '현재 앞에는 XX는 3개 , OO은 6대 있습니다.'

for text detection

from SeeSun.Detect import seesunTextDetector
import cv2

detector = seesunTextDetector()

my_img = cv2.imread('path/to/image/file')
detector.recognize(my_img)
OUT : '코로나 3차 대유행으로 인한 지하철 운행시간 조정 안내 ... '

for speech recognition,synthesis

from SeeSun.Speech import seesunSpeech

speech = seesunSpeech()

speech.tts('input_string')
speech.stt('path/to/audio_file')
OUT : None

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

SeeSun-0.0.2-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

File details

Details for the file SeeSun-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: SeeSun-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 6.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for SeeSun-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 8db1b6fa29f1c598b1e532580011af5438ce88489e41426d94398d19acd7d8e9
MD5 06a16910403c3eea0188ddc0c3a325c1
BLAKE2b-256 994aa0d829c17d819f47020c6be55c330a3234e2dd56995abad192fa5c4040f2

See more details on using hashes here.

Supported by

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