Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 459 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 459 Bytes

TEDFinder

TEDFinder is a TED videos search engine, containing more than 2000 talks for you to check!

Alt Text

Environment setup

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

Running TEDFinder

$ cd tedfinder
$ python manage.py runserver