csed_assistant
1.0.0
This is a simple assistant for CSED students to help them with their studies. It is a simple command line tool that can be used to summarize lectures
pip install -r requirements.txt.env, you can get free api key from Gemini Studiopython summarize.py {path to the lecture file("lect1.pdf")}This will make summarization in md format and pdf.
mdpdf -o summary.pdf summary.mdprompt.txtYou can find test results in test/
You are highly encouraged to fork the repo and make pull requests with new features
This is a simple tool and may not work perfectly for all documents. It is recommended to review the output and make necessary changes.
Enjoy!