Tera is an AI assistant which is tailored just for you and runs fully locally.
I just published a Medium Article about how I built Tera. Check it out if you're interested.
-
Make sure you have all the dependencies installed.
-
Clone the repository
git clone https://github.com/MrSupiri/Tera
-
Build the project
cargo build --release
-
Use Tera
cargo run --release -- remember "Naruto's favorite ramen is miso-flavored."
As of now only external dependency that is needed by Tera is ffmpeg. It is used to convert audio files to wav format. So if you want to upload audio files to Tera you need to have ffmpeg installed.
Usage: tera <COMMAND>
Commands:
ask Ask a question
upload Let Tera learn from your content
remember Tell Tera something to remember
forget Forget something Tera remembers
list List all content Tera remembers sorted by added date
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
- Personalized Learning: Tera can help you learn new topics by asking it to remember key facts, then quizzing you later.
- Memory Aid: Tell Tera important things you need to remember, like birthdays, anniversaries, or grocery lists. It can remind you when needed.
- Mental Health Companion: Tell Tera about your feelings or thoughts. It can provide comforting words, motivational quotes, or mindfulness exercises.
- Motivational Coach: Feed Tera with motivational quotes and ask it to inspire you when you need a boost.
- Home Inventory Manager: Tell Tera about your home inventory and ask it to remind you when you're running low on supplies.
- Make use of SurrealDB's vector indexing to improve performance once it's available.
- Publish prebuilt binaries.
- Add CUDA and Metal support for faster inference.
- Remove ffmpeg dependency.