KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
TEDFinder
★ 30
Open GitHub ↗
A TED videos search engine
Download README (.md)
Explore Similar Repositories
Redux-ReactiveSwift
:
Redux implementation over ReactiveSwift
Leaf-GP
:
No description available.
SSM
:
SSM框架(Spring+SpringMVC+MyBatis+Maven),已实现功能:管理员-> 角色创建、权限控制、管理员管理(增删改查)、系统运行日志、人群标签管理、普通用户管理、数据导出
SHIELD-v2-old
:
Moved to https://git.shieldx.sh/SHIELD-team/Core-Projects/SHIELD
UniTube
:
An open source client for YouTube.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
TEDFinder
?
Download (.md)
# TEDFinder TEDFinder is a TED videos search engine, containing more than 2000 talks for you to check!  ## Environment setup After cloning this repository, create a virtual environment and install all the packages required to run TEDFinder. ```console $ python3 -m venv venv $ source venv/bin/activate $ pip install -r requirements.txt ``` ## Running TEDFinder ```console $ cd tedfinder $ python manage.py runserver ```