- Upload all your notes/documents and ask questions on the content
- For example:
- Give me all the key terms and their definitions
- What are the key findings?
- For example:
- Generate Question-Answer pairs (Flashcards) based on your uploaded content to test your knowledge
- Use these generated flashcards to test yourself and ask questions to clarify any confusion.
If you would like to test out the features first, go to Memora to try it out for free!
- Clone this repo onto your local machine
- Set up a python virtual env using any method (Poetry recommend)
- Install Requirements using requirements.txt or pyproject.toml
- Add your OpenAI API key to /.streamlit/secrets.toml.template and save this without the ".template" in the same /.streamlit/ directory, so it looks like "secrets.toml"
- Run
streamlit run 📖_Study_Assistant.py
- Implement GPT3.5 16k model
- Update dependencies