Kaludi commited on
Commit
2e05594
Β·
1 Parent(s): fae06d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -13,14 +13,17 @@ license: mit
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 API 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.
19
 
20
  # Web App
21
- Click [Here](https://huggingface.co/spaces/Kaludi/ChatGPT-BingChat-GPT3-Prompt-Generator_App "Here") To View This Application Online!
22
 
23
- ![VirtualBrainGPT](https://github.com/add/your-image-url-here.jpg)
 
 
24
 
25
  ## Features
26
 
@@ -45,10 +48,19 @@ This application can be used in many ways. Imagine five years from now, you're t
45
 
46
  ## Tools & Libraries Used
47
 
 
48
  - OpenAI [Embeddings](https://platform.openai.com/docs/guides/embeddings)
49
  - [LangChain](https://python.langchain.com/en/latest/use_cases/question_answering.html)
50
  - [Streamlit](https://streamlit.io/)
51
 
 
 
 
 
 
 
 
 
52
  ## Installation
53
 
54
  To install VirtualBrainGPT, you need to have Python 3.7+ installed. Follow these steps to install the necessary dependencies:
 
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
15
 
16
+
17
  # VirtualBrainGPT: Digital Journal πŸ“
18
 
19
  VirtualBrainGPT is a digital journal application that leverages the power of OpenAI's Embeddings API 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.
20
 
21
  # Web App
22
+ Click [Here](https://huggingface.co/spaces/Kaludi/VirtualBrainGPT "Here") To View This Application Online!
23
 
24
+ ![virtualbrain1](https://user-images.githubusercontent.com/63890666/236136026-c6f1a3f9-4e58-4ddf-a5a7-c349395b67af.png)
25
+ ![virtualbrain2](https://user-images.githubusercontent.com/63890666/236136020-bb10c286-deac-436c-99cc-67b6a86f5672.png)
26
+ ![virtualbrain3](https://user-images.githubusercontent.com/63890666/236136028-65f4f874-9076-4e4f-9887-cbc1a2e6fd20.png)
27
 
28
  ## Features
29
 
 
48
 
49
  ## Tools & Libraries Used
50
 
51
+ ### Tools
52
  - OpenAI [Embeddings](https://platform.openai.com/docs/guides/embeddings)
53
  - [LangChain](https://python.langchain.com/en/latest/use_cases/question_answering.html)
54
  - [Streamlit](https://streamlit.io/)
55
 
56
+ ### Libraries
57
+ - OpenAI
58
+ - PyPDF2
59
+ - LangChain
60
+ - python-dotenv
61
+ - tiktoken
62
+ - faiss-cpu
63
+
64
  ## Installation
65
 
66
  To install VirtualBrainGPT, you need to have Python 3.7+ installed. Follow these steps to install the necessary dependencies: