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 73cc9caaf6 move webui script out, change question to textarea 2 years ago
batch-programs Initial commit 2 years ago
console_app Initial commit 2 years ago
example_prompt update summarize.txt to use dot points 2 years ago
modules move webui script out, change question to textarea 2 years ago
pages move webui script out, change question to textarea 2 years ago
.gitattributes Initial commit 2 years ago
.gitignore Initial commit 2 years ago
LICENSE Initial commit 2 years ago
README.md Add Chinese documentation support 2 years ago
README_CN.md Add Chinese documentation support 2 years ago
Seanium_Brain.py move webui script out, change question to textarea 2 years ago
brain.py move webui script out, change question to textarea 2 years ago
check_update.py move webui script out, change question to textarea 2 years ago
initial_file_creator.py move webui script out, change question to textarea 2 years ago
requirements.txt Initial commit 2 years ago
run-webUI.bat move webui script out, change question to textarea 2 years ago
setup.bat fix bug: does not generate text first time setting up app 2 years 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

  • Configurable prompts for questions and summarization.
  • Customizable personal background information for more accurate answers
  • Integration with Obsidian note directory for easy updates
  • Section parsing using delimiters for targeted updates
  • Obsidian YAML metadata filtering with "is" and "is not" logic (only a single field is currently supported.)
  • Multi metadata filtering
  • Language model selection for different needs
  • Basic parameter sliders for customizing configuration.

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

Screenshoots

Main Page

screenshot1

Brain Memory

screenshot2