A secure web application that allows you to analyze data locally using AI services (OpenAI/Claude) while keeping your data private.
- Local data processing
- Secure analysis - only schema shared with AI
- Support for OpenAI and Claude APIs
- Node.js (latest LTS version)
- npm or yarn
- A valid OpenAI or Claude API key
- Clone the repository
git clone https://github.com/yourusername/m3l.git
cd m3l
- Install dependencies
npm install
# or
yarn install
- Start the development server
npm run dev
# or
yarn dev
- Open your browser and navigate to http://localhost:3000
- Building for production
npm run build
# or
yarn build
MIT