SeeSun package tree
- __init.py__
- model_config
- model.cfg (모델 구조 파일)
- model.weights (모델 가중치 파일)
- Detector.py
- seesunObjectDetector (class , object)
- detect (method) : return type =
string
- detect (method) : return type =
- seesunTextDetector (class , object)
- recognize(method) : return type =
string
- recognize(method) : return type =
- seesunObjectDetector (class , object)
- Speech.py
- seesunSpeech (class , object)
- tts (method) : return type =
None(audio played immediately) - stt (method) : return type =
string
- tts (method) : return type =
- seesunSpeech (class , object)
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
Release files for SeeSun 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| SeeSun-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Release files / SeeSun-0.0.2-py3-none-any.whl
| Download URL | SeeSun-0.0.2-py3-none-any.whl |
|---|---|
| Size | 6.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8db1b6fa29f1c598b1e532580011af5438ce88489e41426d94398d19acd7d8e9
|
|
BLAKE2b-256 checksum How to use checksums |
994aa0d829c17d819f47020c6be55c330a3234e2dd56995abad192fa5c4040f2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|