| layout | project |
|---|---|
| title | conrec/ |
| project | conrec |
| repo | datascience-labs/conrec |
| permalink | /:path/:basename:output_ext |
CONREC aids in the continuous exploration of specialized concept(a.k.a knowledge) that is yet unfamiliar, derived from a vast amount of online lectures.
- recommends new learning videos based on concept maps relating to a specifc subject, i.e., recommendation system
- draws user' concept maps that store both learnable and learned concepts in the learning videos watched
- allows learners to easily and quickly access new concepts related to the specialized knowledge within lectures
- provides pre-filtered lectures to identify concepts that are not learned yet
- assists in understanding their definitions on Wikipedia
- enables learners to catch those concepts in other lectures
> pip install -r requirement.txt
> streamlit run app.py
Or

