You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
sean1832 58933c67ab build: update gitignore 1 year ago
.core chore: display version info on side panel 1 year ago
.locals fix: no translation .mo file find 1 year ago
Documentation doc: add gif animation demo for chinese & japanese 1 year ago
GPT refactor: remove unused functions and modules 1 year ago
batch-programs fix: trying to access __pycache__ when update language base 1 year ago
example_prompt trans: add example prompt for newly supported language 1 year ago
modules fix: alter initial value for FILTER_ROW_COUNT to 1 1 year ago
pages chore: remove debug code 1 year ago
streamlit_toolkit fix: not able to switch prompt language after switching UI language 1 year ago
.gitattributes Initial commit 1 year ago
.gitignore build: update gitignore 1 year ago
LICENSE Initial commit 1 year ago
README.md doc: update gif demo for english 1 year ago
Seanium_Brain.py chore: default operation is set to "question" 1 year ago
initial_file_creator.py fix: cannot create API-KEYS.txt 1 year ago
requirements.txt build: remove streamlit_toggle module 1 year ago
run-webUI.bat chore: automatic update when launch 1 year ago
setup.bat chore: add clear screen command after venv installed 1 year ago
update.bat chore: automatic update when launch 1 year ago

README.md

🧠 GPT Brain

python

中文说明 | 日本語説明書 | English

Like this repo? please consider a star!

💡This project is inspired by youtuber All About AI's video on Second Brain. Please consider support him!

💡As I am not a professional programmer and am fairly new to Python, this project may contain bugs. If you encounter any issues, please suggest them in the Issues section.

Feature

  • Use OpenAI GPT-3 to generate response.
  • Use OpenAI embedding for semetic comparison of question and note content for enhanced searching.
  • Configurable prompts.
  • Customizable personal background information for more accurate answers.
  • Integration with Obsidian note local directory for easy note content updates.
  • Note content preview & content modification.
  • Section parsing using delimiters for targeted updates.
  • Obsidian YAML frontmatter filtering.
  • OpenAI API key management.
  • OpenAI Language model selection for different needs.
  • Basic & Advanced parameter sliders for OpenAI Language model configurations.

Todo

  • Batch script to update library.
  • Versioning.
  • Tooltips for parameters.
  • Multilingual support for UI.
  • Multilingual search support.
  • Provide detail documentation for users.
  • Automatic update for new version.
  • Release for windows.

Install

1. What you need

2. Set up the project for the first time

  1. Run setup.bat
  2. Enter your OpenAI API Key

3. Run

  • Execute run-webUI.bat

Demo

Main Page

screenshot1

Brain Memory

screenshot2