Code Monkey home page Code Monkey logo

jeeves's Introduction

Jeeves - Финансовый помощник

Jeeves - финансовый помощник с интегрированным искусственным интеллектом. Взаимодействие с пользователями производится посредством Telegram бота.

Настройка проекта

Предварительные требования

  • Docker и Docker Compose должны быть установлены на вашей машине.
  • Создайте своего Telegram бота и получите его токен.
  • Получите API токен чата GPT для работы с LLM GPT.

Установка и запуск

  1. Клонируйте репозиторий проекта:
    git clone [email protected]:jeeves-ai/Jeeves.git
  2. Перейдите в директорию проекта:
    cd Jeeves
  3. Создайте файл .env.docker в корне приложения со следующим содержимым:
    TELEGRAM_TOKEN=ваш_токен_телеграм_бота
    OPENAI_API_KEY=ваш_openai_api_ключ
    DATABASE_URL=postgresql://postgres:postgres@postgres/financial_records
    REDIS_HOST=redis://redis:6379
  4. Запустите все сервисы с помощью Docker Compose:
    docker-compose up --build

После выполнения этих шагов, все сервисы будут запущены, и бот будет готов к использованию.

Использование бота

Отправьте неформализованное сообщение о финансовой транзакции в Telegram бот, например: "Купил что-то за такую-то сумму".

Работа с отчетами

Для просмотра отчетов через браузер, перейдите по адресу http://localhost:8000/record/{user_id}, где {user_id} - это идентификатор пользователя в Telegram.

jeeves's People

Contributors

amaego69 avatar nurbol1707 avatar yugayyevgeniy avatar v1cccc avatar uthunderbird avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.