- Django-powered application for Engineering Students.
-
store and share your lab work (file/code)
-
no login required
- Searches pdfs shared by other ioe students
- currently crawled (from google drive) and indexed over
50,000 pdfs
- redis to cache the results.
- Deep search: split query text into individual words and search parallely (using thread pooling) for individual words.
- deployed here in heroku