TEDFinder is a TED videos search engine, containing more than 2000 talks for you to check!
After cloning this repository, create a virtual environment and install all the packages required to run TEDFinder.
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ cd tedfinder
$ python manage.py runserver