aethermind-ultra

AetherMind Ultra

Autonomous, browser-based, self-healing AI assistant using best free LLMs (Gemma, TinyLlama, DistilGPT2, etc.)—deployable on GitHub Pages.

Overview

AetherMind Ultra is an innovative AI assistant designed to run entirely within your web browser. It leverages cutting-edge, lightweight Large Language Models (LLMs) to provide intelligent responses and perform various tasks without relying on external servers. This ensures privacy, reduces operational costs, and makes the AI accessible to everyone.

Features

Technologies Used

Setup and Installation

To set up the project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/Surajkr001/aethermind-ultra.git
    cd aethermind-ultra
    
  2. Install dependencies:
    npm install
    
  3. Run the development server:
    npm run dev
    

    The application will be accessible at http://localhost:5173/aethermind-ultra/ (or a similar address).

  4. Build for production:
    npm run build
    

    This will create a dist directory with the production-ready build.

Deployment

This project is configured for easy deployment to GitHub Pages. To deploy:

  1. Ensure you have gh-pages installed (it’s included in devDependencies).
  2. Run the deploy script:
    npm run deploy
    

Documentation

Contributing

Contributions are welcome! Please refer to CONTRIBUTING.md for guidelines.

License

This project is open-source and available under the MIT License.