Skip to content

A LangChain application to cater academic coursework to students

Notifications You must be signed in to change notification settings

bishalu/study-buddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Study Buddy


Introduction


StudyBuddy is an AI study app for college students that transforms course material into customized content, designed to match students' learning styles, existing knowledge, and goals, promoting deeper understanding and comprehension.


Installation


Step 1: Create the virtual environment

python -m venv ~/venv/studyenv

Step 2: Create an alias for activating the virtual environment

alias pyld='source ~/venv/studyenv/bin/activate'

Step 3: Activate the virtual environment

pyld

Step 4: Install necessary packages

pip install -r requirements.txt

Step 5: Run the application

streamlit run app.py


Demo


HuggingFace: https://huggingface.co/spaces/zachh/study-buddy

About

A LangChain application to cater academic coursework to students

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages