An open API service indexing awesome lists of open source software.

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

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

![image](https://github.com/bsenst/everdiver/assets/8211411/429d3bd3-42be-4d2b-8b17-249ff1d345f5)

## 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.

![image](https://github.com/bsenst/everdiver/assets/8211411/30904bf9-b95e-4150-b8fe-284c07841aab)

![image](https://github.com/bsenst/everdiver/assets/8211411/df91c710-8c20-410f-a397-886d780c0124)

## 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