Skip to content

amichalski2/hermes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hermes - AI-Enhanced Notes Management System

📝 Description

Hermes is a note management application that leverages LLMs for content processing and analysis. The system offers functionalities for converting notes to objective format, intelligent contextual search, and reminder management.

🚀 Key Features

  • Intelligent Note Processing

    • Automatic conversion to objective format
    • Title generation
    • Support for raw notes without processing
  • Vector Database

    • Semantic content search
    • Semantic chunking
  • Reminder System

    • Create, edit and delete reminders
  • AI Chat

    • Context-aware responses based on notes

🖼️ Application Preview

Application Preview

🛠️ Technologies

  • FastAPI
  • SQLAlchemy
  • ChromaDB
  • OpenAI API
  • LangChain
  • Docker

📋 Requirements

  • Python 3.12
  • OpenAI API Key
  • Docker and Docker Compose

🔧 Installation

  1. Clone the repository:
git clone https://github.com/amichalski2/hermes.git
cd hermes
  1. Set up environment variables:
cp .env.example .env
# Edit .env file with your configuration
  1. Run with Docker:
docker-compose up --build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors