venkateshtata / net_handle

2 stars 1 forks source link

Net-Handle

[Version]() [Contributions Welcome]() [Platform Support]() React
FastAPI

Net-Handle Logo

Net handle is an open-source ecosystem that empowers users with personalized insights and suggestions through AI-driven agent interactions, allowing you to unify multiple aspects of your life and get tailored recommendations.

Interface Demo

Watch the demo video


Usage

  1. Clone the repository:
    git clone https://github.com/venkateshtata/net_handle.git
    cd net-handle
  2. Install requirements:
    pip install -r requirements.txt
  3. Start the workflow API
    uvicorn main:app
  4. Start the Interface
    cd frontend
    npm start