2024-02-07
Llamaindex Hackathon Resource Guide

Beginners

Intermediate

Advanced

Read More

2022-10-25
B站根据视频内容自动生成推荐的标签

B站允许最多10个标签

不能发布太频繁, B站官方限制30秒一稿

some upload api

this api does not analyze the video content. it only predict tags from metadata:

https://member.bilibili.com/x/web/archive/tags

how to get upload_id

只有PC网页端有这个 手机端没有 可能是新功能

b站最新更新了这两个接口 需要传入upload_id 具体参数抓包获取

分区推荐 POST:

https://member.bilibili.com/x/vupre/web/archive/types/predict

标签推荐 GET(可能有延迟 需要请求两次 因为第一次标签数量较少):

https://member.bilibili.com/x/vupre/web/tag/recommend

获取活动标签:

https://member.bilibili.com/x/vupre/web/topic/type?type_id=21&pn=0&ps=200&title=20210210_298667075925_waou_5s&t=1667530591393

Read More

2022-10-22
股票数据源 Tick级别数据源 逐笔交易

和股票有关的程序必须运行在服务器上面 要有ecc 网速要快

交易接口

现在哪些券商的TradeX.dll接口还能用 需要注册论坛账号 达到要求才能浏览内容

trade.dll tradex.dll

tradex.dll header file

bqtradex A simple tradex api mock dll, for easily internal debug your app

Quantaxis

tdxtradeserver

tradex-api

tdxapi2

alphaquant

数据来源

逐笔数据是计算涨速的关键因素

ashare

quantaxis secretely using pytdx and tdxtradeserver as backends

akshare

获取涨速

1
2
3
4
import akshare as ak
stock_zh_a_spot_em_df = ak.stock_zh_a_spot_em()
print(stock_zh_a_spot_em_df)

qstock

efinance

baostock

pytdx and docs, must connect to tdx server before operate

pytdx2 fixed some problems

mootdx actually using pytdx as backend

abquant-data using pytdx as backend

计算涨速等数据

pysnowball雪球数据源

chromedriver based xueqiu api

获取雪球cookie

雪球tick级别数据获取

zipline_chstock 本地化zipline,并对其进行部分加工,适用于国内 day,minute 和tick数据的回测

新浪财经api

Read More

2022-09-17
语音转文字 Stt Speech To Text

语音转文字 asr stt speech to text

online

字说APP的api

逆向搜狗输入法 绕过签名验证

搜狗输入法apk的api

微软stt

https://github.com/cuberwr/bilibiliSTT

多家免费stt

https://github.com/1c7/Translate-Subtitle-File

offline

https://github.com/metavoiceio/metavoice-src

pyannote segment audio according to different speakers, detect voice activity

speechbrain very advanced speech related ai library, with almost everything related to speech

vosk

paddlespeech


paper of Google USM (universal speech model) supporting 1000 languages


whisper.cpp perform fast voice to text operation using cpu rather than gpu

whisperx improve time accuracy with forced alignment

whisper gui buzz

whisper by openai, with multilingual and translation avaliable, can detect under background music and noise, with slience,

Read More

2022-09-13
Exploring Chinese Music Platform Apis And Repositories

Read More

2022-07-09
Public Apis, Gif Websites Funny Video Sources

Read More