Giter Club home page Giter Club logo

hemangjoshi37a / personalgoalassistant Goto Github PK

View Code? Open in Web Editor NEW
8.0 3.0 2.0 21 KB

AI-driven Personal Goal Assistant: Reinforcement learning-powered software mimics user behavior, interacts with computer inputs, and autonomously achieves goals in finance, social networking, and productivity. Open-source, Python-based RL agent.

License: MIT License

Python 74.25% HTML 25.75%
ai automation computer-vision finance mimic natural-language-processing personal-goals productivity reinforcement-learning social-media

personalgoalassistant's Introduction

PersonalGoalAssistant

A reinforcement learning-based personal goal assistant that mimics user behavior and operates autonomously to achieve user-defined goals.

Screenshot from 2023-05-07 17-31-54

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/PersonalGoalAssistant.git
  1. Install the required packages:
pip install -r requirements.txt

Usage

  1. Run the Flask web application:
python app.py
  1. Open a web browser and navigate to http://127.0.0.1:5000/ to access the Personal Goal Assistant interface.

  2. Enter a goal in the input field and click "Run RL Agent" to execute the reinforcement learning agent.

The agent will generate subtasks based on the provided goal and execute them using keyboard and mouse actions.

Data Storage with Milvus

This project uses Milvus for storing and managing multi-modal user data in the form of vector embeddings. Milvus is an open-source vector database that supports similarity search and other vector-based operations.

Setup

  1. Make sure you have a running Milvus instance. Follow the official Milvus installation guide to set up a local Milvus instance using Docker.

  2. Install the Milvus Python SDK:

pip install pymilvus

Usage

The utils/milvus_storage.py file contains functions to create a Milvus collection and insert multi-modal user data as vector embeddings. To store your data in Milvus, follow these steps:

  1. Preprocess your data and convert it into appropriate vector embeddings using pre-trained models or custom feature extraction techniques.

  2. Use the functions in utils/milvus_storage.py to create a Milvus collection and insert the embeddings.

For more information on working with Milvus, refer to the official Milvus documentation

📫 How to reach me

                         

personalgoalassistant's People

Contributors

hemangjoshi37a avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

5l1v3r1 aminuszn

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.