https://github.com/bsenst/everdiver
Get more from your Personal Notes
https://github.com/bsenst/everdiver
data-science evernote knowledge-discovery
Last synced: 2 days ago
JSON representation
Get more from your Personal Notes
- Host: GitHub
- URL: https://github.com/bsenst/everdiver
- Owner: bsenst
- License: apache-2.0
- Created: 2023-05-05T18:46:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-23T03:59:53.000Z (almost 2 years ago)
- Last Synced: 2025-04-22T23:12:39.142Z (6 months ago)
- Topics: data-science, evernote, knowledge-discovery
- Language: Jupyter Notebook
- Homepage:
- Size: 224 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Enhancing Your Personal Notes with LLMs
*LabLab.ai Falcon LLM Hackathon*
Submitted Project: https://lablab.ai/event/falcon-llms-24-hours-hackathon/fritzlabs/everdiver
Falcon is an open-source LLM from the Technology Innovation Institute. Falcon offers the chance to deploy an open-source large language model locally. This allows to preserve privacy working with your personal evernote data. As such this project is part of the [lablabai falcon hackathon](https://lablab.ai/event/falcon-llms-24-hours-hackathon/fritzlabs).
- [X] create dummy evernote data
- [X] extract data from evernote exported enex file
- [X] deploy/serve falcon llm locally or in private free cloud environment (kaggle, colab, saturncloud) or connect to hosting service (clarifai)
- [X] connect enex data to deployed llm using tools such as llamaindex or langchain
## Run the Application
```
streamlit run streamlit-app/app.py
```## Example Use Cases
**When will be lunch break according to the schedule on Friday?**
> Lunch break will be at 12:30 pm on Friday according to the schedule.
**Which books on my reading list are authored by Jack London?**
> "The Call of the Wild", "White Fang", and "The Sea-Wolf" are all authored by Jack London.
**Which sections does the essay have?**
> The essay has three sections: 1. Introduction 2. Body 3. Conclusion
**What is the project about that is described in the project plan?**
> The project plan describes the process of building a chain of ice cream shops in the local region.


## References
* https://github.com/putuwaw/docutalk *Apache 2.0 open source license*
* https://www.kaggle.com/code/hinepo/q-a-chatbot-with-llms-harry-potter *Apache 2.0 open source license*## Serving open-source LLMs
* https://github.com/nomic-ai/gpt4all
* https://github.com/bentoml/OpenLLM
* https://github.com/vllm-project/vllm
* https://github.com/skypilot-org/skypilot
* https://github.com/basetenlabs/truss-examples
* https://github.com/TimDettmers/bitsandbytes Quantization GPU