Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,18 @@
|
|
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
# VirtualBrainGPT: Digital Journal π
|
3 |
|
4 |
VirtualBrainGPT is a digital journal application that leverages the power of OpenAI's Embeddings and Langchain to create a seamless and efficient journaling experience. With the capability to search and extract information from journal entries in seconds, VirtualBrainGPT becomes an indispensable tool for users who want to recall specific details from their past entries.
|
|
|
1 |
|
2 |
+
---
|
3 |
+
title: VirtualBrainGPT
|
4 |
+
emoji: π
|
5 |
+
colorFrom: blue
|
6 |
+
colorTo: gray
|
7 |
+
sdk: streamlit
|
8 |
+
sdk_version: 1.19.0
|
9 |
+
app_file: VirtualBrainGPT.py
|
10 |
+
pinned: false
|
11 |
+
license: mit
|
12 |
+
---
|
13 |
+
|
14 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
15 |
+
|
16 |
# VirtualBrainGPT: Digital Journal π
|
17 |
|
18 |
VirtualBrainGPT is a digital journal application that leverages the power of OpenAI's Embeddings and Langchain to create a seamless and efficient journaling experience. With the capability to search and extract information from journal entries in seconds, VirtualBrainGPT becomes an indispensable tool for users who want to recall specific details from their past entries.
|