Deasciifier
No description available
Install / Use
/learn @BOUN-TABILab-TULAP/DeasciifierREADME
How to run using Docker
- Clone the repo
git clone https://github.com/BOUN-TABILab-TULAP/Deasciifier.git
- Launch a terminal in the root directory of the repo and build the Docker image where
-tis the tag for the Docker image. You can provide any name you want.is the relative path to the Dockerfile
docker build -t deasciifier .
- Run the Docker image where
-dindicates "detach", let the container run in the background-p 5000:5000indicates mapping port 5000 of the container to the port 5000 of the host.
docker run -d -p 5000:5000 deasciifier
- Send a POST request
- via curl
curl -X POST http://localhost:5000/evaluate -H 'Content-Type: application/json' -d '{"text":"Yagmur yagarken lutfen kosturmayalim"}' > {result: "Yağmur yağarken lütfen koşturmayalım"} - via Python's requests library
import requests res = requests.post('http://localhost:5000/evaluate', json={'text':'Yagmur yagarken lutfen kosturmayalim'}) print(res.json()) > {'result': 'Yağmur yağarken lütfen koşturmayalım'}
Related Skills
node-connect
352.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
111.3kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
352.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
352.5kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
