Skip to content

thestrabusiness/ai_journal

Repository files navigation

AI Journal

This is the repo for an AI-powered journaling application built with Ruby on Rails. It has integrations with OpenAI's language model APIs used for analyzing journal entries and relationships.

Setup

Dependencies

  1. Ruby 3.2.2
  2. PostgreSQL (11+ for pgvector support)
  3. pgvector extension
  4. OpenAI API Key

Install and run

  1. Make sure you've got Ruby, Postgres and pgvector installed
  2. Clone the repo
  3. bundle install
  4. Generate credentials file with: rails credentials:edit --environment development. See sample_dev_creds.yml for the values you'll need.
  5. rails db:setup
  6. bin/dev to start the web server + tailwind compiler
  7. Visit localhost:3000 to see the app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published