gaganchapa / Vidya-Veda

This project proposes an innovative mobile application that leverages Generative AI (GenAI) to personalize the learning experience for students.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vidya-Veda

This project proposes an innovative mobile application that leverages Generative AI (GenAI) to personalize the learning experience for students. The app tackles the challenge of information overload by allowing users to specify a topic and then curating relevant video lectures with timestamps for specific subtopics. GenAI further personalizes learning by generating clear and concise notes from video lectures and uploaded PDFs. Interactive quizzes tailored to the chosen concept solidify understanding, while performance analysis reports provide valuable insights into strengths and weaknesses. This app empowers students to become active participants in their education by fostering personalized learning, enhanced efficiency, deeper understanding, and self-directed learning.

Setup Instructions

  1. Clone the repository:
    git clone https://github.com/gaganchapa/Vidya-Veda.git
    cd VidyaVeda
  2. Create Virtual Environmnet
    python -m venv venv
  3. Activate the virtual environment:
    venv\Scripts\activate
  4. Install the required packages:
    pip install -r res.txt
  5. Run Streamlit App
    streamlit run video.py
    

About

This project proposes an innovative mobile application that leverages Generative AI (GenAI) to personalize the learning experience for students.


Languages

Language:Python 52.0%Language:Jupyter Notebook 48.0%