Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 923 Bytes

File metadata and controls

34 lines (25 loc) · 923 Bytes

NoteWise - AI-Powered Study Companion

NoteWise is an intelligent study assistant that leverages AI to enhance your learning experience through two main features:

Features

1. Assignment Chat 📝

  • Upload PDF assignments and lecture notes
  • Ask questions about your course materials
  • Get instant, AI-powered responses based on your documents

2. YouTube Summarizer 🎥

  • Convert lengthy YouTube educational videos into concise summaries
  • Choose from multiple summary formats based on subject matter:
    • Computer Science
    • Business Study
    • Code Generation
    • Mathematics
    • Data Science & Statistics
    • Case Study
    • General YouTube summary

Setup

  1. Clone this repository

  2. Install dependencies: pip install -r requirements.txt

  3. Create a .env file with your Google API key: GOOGLE_API_KEY=your_api_key_here

  4. Run the application: streamlit run app.py