Skip to content

rkdnc9/m3l

Repository files navigation

M3L - Your personal AI data analyst.

A secure web application that allows you to analyze data locally using AI services (OpenAI/Claude) while keeping your data private.

Features

  • Local data processing
  • Secure analysis - only schema shared with AI
  • Support for OpenAI and Claude APIs

Getting Started

Prerequisites

  • Node.js (latest LTS version)
  • npm or yarn
  • A valid OpenAI or Claude API key

Local Development

  1. Clone the repository
git clone https://github.com/yourusername/m3l.git
cd m3l
  1. Install dependencies
npm install
# or
yarn install
  1. Start the development server
npm run dev
# or
yarn dev
  1. Open your browser and navigate to http://localhost:3000
  2. Building for production
npm run build
# or
yarn build

License

MIT

About

Personal AI Data Analyst

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published