Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
## Welcome to JournaLLM - Your Personal Journaling Companion
|
2 |
|
3 |
In the fast-paced world we live in, every day is a new story, filled with lessons, emotions, and experiences waiting to be discovered and remembered. JournaLLM is here to ensure that no part of your story goes untold or forgotten. Leveraging the power of advanced language learning models (LLMs), JournaLLM transforms the way you capture and reflect on your daily life, offering a seamless, interactive, and deeply personal journaling experience.
|
@@ -15,6 +23,4 @@ JournaLLM is more than an app; it's a companion on your journey of self-discover
|
|
15 |
1. Clone the repository to you local folder: `git clone https://github.com/Ketansuhaas/JournaLLM.git`
|
16 |
2. Choose a pretrained LLM from [HuggingFace](https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v0.3-GGUF)
|
17 |
3. In `app.py`, change the model file in `llm = LlamaCpp(model_path=<model path>, n_ctx=2048)`.
|
18 |
-
4. In the terminal, type `streamlit run app.py`.
|
19 |
-
|
20 |
-
![WhatsApp Image 2024-02-10 at 14 38 58_970b5705](https://github.com/Ketansuhaas/JournaLLM/assets/55935983/05852280-1c1a-47b4-9666-a344c6851fc7)
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
title: JournaLLM
|
4 |
+
sdk: streamlit
|
5 |
+
emoji: 🚀
|
6 |
+
colorFrom: red
|
7 |
+
colorTo: yellow
|
8 |
+
---
|
9 |
## Welcome to JournaLLM - Your Personal Journaling Companion
|
10 |
|
11 |
In the fast-paced world we live in, every day is a new story, filled with lessons, emotions, and experiences waiting to be discovered and remembered. JournaLLM is here to ensure that no part of your story goes untold or forgotten. Leveraging the power of advanced language learning models (LLMs), JournaLLM transforms the way you capture and reflect on your daily life, offering a seamless, interactive, and deeply personal journaling experience.
|
|
|
23 |
1. Clone the repository to you local folder: `git clone https://github.com/Ketansuhaas/JournaLLM.git`
|
24 |
2. Choose a pretrained LLM from [HuggingFace](https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v0.3-GGUF)
|
25 |
3. In `app.py`, change the model file in `llm = LlamaCpp(model_path=<model path>, n_ctx=2048)`.
|
26 |
+
4. In the terminal, type `streamlit run app.py`.
|
|
|
|