Keep the Theme Black And White Create a Web Page for this about the project # NeuroVerse **NeuroVerse** is an advanced AI-powered Android assistant that offers secure, offline control of your device using natural language processing. <p align="center"> <img src="https://img.shields.io/badge/Built%20With-Kotlin%20%7C%20Jetpack%20Compose-purple" /> </p> --- [https://github.com/user-attachments/assets/5aab8f3b-40de-4407-a11a-15dd9471776f](https://github.com/user-attachments/assets/5aab8f3b-40de-4407-a11a-15dd9471776f) ## Key Features * **Natural Language Understanding** Converts spoken or written prompts into structured JSON commands using **llama.cpp** & **SmolChat-Android** * **Encrypted Local Memory** All NeuronTree memory is stored and processed locally with robust encryption. Hardware-backed keys ensure maximum security. * **Offline-First Privacy** Your data never leaves your device. Memory, tasks, and processing are handled offline. * **Dynamic Task System** Tasks respond to AI-generated commands, user triggers * **Advanced UI** Modern design with Jetpack Compose and Material 3. * **Expandable Roadmap** Upcoming additions include: * Native Text-to-Speech (TTS) * Offline Speech-to-Text (STT) * Toggle tasks on or off as needed * Expanded Task library * Automated, sandboxed web browser with enhanced privacy --- ## Task System Overview The Task system enables intelligent automation through pre-coded modules: **Current Tasks:** * App Launchers * Time Logger **Planned Tasks:** * Screen Reader and Accessibility Assistant * Secure, Private Web Browser * Offline AI Text Generation Tasks are modular, isolated, and designed with privacy and performance in mind. --- ## Screenshots > Experimental UI Previews <p align="center"> <img src="https://github.com/user-attachments/assets/4087806f-9e5d-4888-89ee-2d95edfc26b1" alt="Preview 1" width="200" /> <img src="https://github.com/user-attachments/assets/43634f85-be9b-4b17-82c5-285f724fa717" alt="Preview 2" width="200" /> <img src="https://github.com/user-attachments/assets/7aae9d05-080b-4280-b4a3-5d8a272deea2" alt="Preview 3" width="200" /> <img src="https://github.com/user-attachments/assets/ac8559d6-77ef-4bf5-83d0-a3b6be90a905" alt="Preview 4" width="200" /> </p> [https://github.com/user-attachments/assets/546037b8-05f1-43d4-bc24-15ae2caf4bb0](https://github.com/user-attachments/assets/546037b8-05f1-43d4-bc24-15ae2caf4bb0) --- ## Technical Stack * Kotlin + Jetpack Compose UI * Hardware-Backed Secure Storage * Smollm & Llama.CPP for AI inference * Accessibility Services for enhanced automation * Compose Navigation + State Management --- ## Installation ```bash # Clone the repository git clone https://github.com/yourusername/NeuroVerse.git # Open in Android Studio # Build & run on Android 11+ device ``` **Note:** Some advanced features require enabling Accessibility Services and permitting unknown sources for plugin installation. --- ## Example AI Prompts * "Open WhatsApp" * "What is the time?" NeuroVerse will parse these prompts, convert them into structured JSON commands, and execute relevant plugins or actions. --- ## Contribution Guidelines Contributions are encouraged for the following areas: * Plugin development * Core AI improvements * Enhanced task capabilities * UI and user experience refinements **Steps to Contribute:** * Fork the repository * Follow project coding standards * Document your changes clearly * Submit a Pull Request for review --- ## Licensing and Commercial Use ``` NeuroVerse is licensed strictly for personal, educational, and non-commercial use. Commercial use is prohibited without permission from the author. Examples of restricted commercial use: - Integrating NeuroVerse into commercial apps or services - Selling, sublicensing, or redistributing the software - Using the software in business environments, SaaS platforms, or monetized tools To request a commercial license, contact: siddheshsonar2377@gmail.com Unauthorized commercial use may result in legal action. ```  --- ## Author **Siddhesh Sonar (DARK)** Android Developer | AI Enthusiast | Open Source Contributor [GitHub Profile](https://github.com/Siddhesh2377) --- ## Acknowledgements * https://github.com/ggml-org/llama.cpp * https://github.com/shubham0204/SmolChat-Android * https://www.jetbrains.com/ * https://source.android.com/ * https://github.com/ --- - Initial Deployment
Browse files- README.md +7 -5
- index.html +534 -19
README.md
CHANGED
|
@@ -1,10 +1,12 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
+
title: neurov
|
| 3 |
+
emoji: 🐳
|
| 4 |
+
colorFrom: gray
|
| 5 |
+
colorTo: gray
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
+
tags:
|
| 9 |
+
- deepsite
|
| 10 |
---
|
| 11 |
|
| 12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
index.html
CHANGED
|
@@ -1,19 +1,534 @@
|
|
| 1 |
-
<!
|
| 2 |
-
<html>
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>NeuroVerse - AI-Powered Android Assistant</title>
|
| 7 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
| 9 |
+
<style>
|
| 10 |
+
.gradient-text {
|
| 11 |
+
background: linear-gradient(90deg, #000000, #4b5563);
|
| 12 |
+
-webkit-background-clip: text;
|
| 13 |
+
background-clip: text;
|
| 14 |
+
color: transparent;
|
| 15 |
+
}
|
| 16 |
+
.screenshot-container {
|
| 17 |
+
perspective: 1000px;
|
| 18 |
+
}
|
| 19 |
+
.screenshot {
|
| 20 |
+
transition: transform 0.5s;
|
| 21 |
+
transform-style: preserve-3d;
|
| 22 |
+
}
|
| 23 |
+
.screenshot:hover {
|
| 24 |
+
transform: rotateY(10deg) scale(1.05);
|
| 25 |
+
}
|
| 26 |
+
.feature-card {
|
| 27 |
+
transition: all 0.3s ease;
|
| 28 |
+
border-left: 4px solid transparent;
|
| 29 |
+
}
|
| 30 |
+
.feature-card:hover {
|
| 31 |
+
border-left-color: #000;
|
| 32 |
+
transform: translateX(5px);
|
| 33 |
+
}
|
| 34 |
+
.task-item::before {
|
| 35 |
+
content: "•";
|
| 36 |
+
@apply mr-2 font-bold;
|
| 37 |
+
}
|
| 38 |
+
</style>
|
| 39 |
+
</head>
|
| 40 |
+
<body class="bg-white text-gray-900 font-sans antialiased">
|
| 41 |
+
<!-- Navigation -->
|
| 42 |
+
<nav class="bg-white border-b border-gray-200 sticky top-0 z-50 shadow-sm">
|
| 43 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 44 |
+
<div class="flex justify-between h-16">
|
| 45 |
+
<div class="flex items-center">
|
| 46 |
+
<div class="flex-shrink-0 flex items-center">
|
| 47 |
+
<i class="fas fa-brain text-2xl mr-2"></i>
|
| 48 |
+
<span class="text-xl font-bold">Neuro<span class="gradient-text">Verse</span></span>
|
| 49 |
+
</div>
|
| 50 |
+
</div>
|
| 51 |
+
<div class="hidden md:flex items-center space-x-8">
|
| 52 |
+
<a href="#features" class="text-gray-700 hover:text-black px-3 py-2 font-medium">Features</a>
|
| 53 |
+
<a href="#tasks" class="text-gray-700 hover:text-black px-3 py-2 font-medium">Tasks</a>
|
| 54 |
+
<a href="#tech" class="text-gray-700 hover:text-black px-3 py-2 font-medium">Technology</a>
|
| 55 |
+
<a href="#contribute" class="text-gray-700 hover:text-black px-3 py-2 font-medium">Contribute</a>
|
| 56 |
+
</div>
|
| 57 |
+
<div class="md:hidden flex items-center">
|
| 58 |
+
<button class="text-gray-700 hover:text-black focus:outline-none">
|
| 59 |
+
<i class="fas fa-bars text-xl"></i>
|
| 60 |
+
</button>
|
| 61 |
+
</div>
|
| 62 |
+
</div>
|
| 63 |
+
</div>
|
| 64 |
+
</nav>
|
| 65 |
+
|
| 66 |
+
<!-- Hero Section -->
|
| 67 |
+
<header class="bg-white py-16 md:py-24">
|
| 68 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 69 |
+
<div class="flex flex-col md:flex-row items-center">
|
| 70 |
+
<div class="md:w-1/2 mb-10 md:mb-0">
|
| 71 |
+
<h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6">
|
| 72 |
+
<span class="block">Advanced AI-Powered</span>
|
| 73 |
+
<span class="gradient-text">Android Assistant</span>
|
| 74 |
+
</h1>
|
| 75 |
+
<p class="text-lg text-gray-700 mb-8 max-w-lg">
|
| 76 |
+
NeuroVerse offers secure, offline control of your device using natural language processing.
|
| 77 |
+
Your privacy is our priority - all processing happens locally on your device.
|
| 78 |
+
</p>
|
| 79 |
+
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
|
| 80 |
+
<a href="#installation" class="bg-black text-white px-6 py-3 rounded-lg font-medium hover:bg-gray-800 transition duration-300 text-center">
|
| 81 |
+
Get Started
|
| 82 |
+
</a>
|
| 83 |
+
<a href="#features" class="border border-black text-black px-6 py-3 rounded-lg font-medium hover:bg-gray-100 transition duration-300 text-center">
|
| 84 |
+
Learn More
|
| 85 |
+
</a>
|
| 86 |
+
</div>
|
| 87 |
+
<div class="mt-6 flex items-center">
|
| 88 |
+
<span class="bg-gray-100 px-3 py-1 rounded-full text-sm font-medium mr-3">
|
| 89 |
+
<i class="fas fa-code-branch mr-1"></i> Kotlin | Jetpack Compose
|
| 90 |
+
</span>
|
| 91 |
+
</div>
|
| 92 |
+
</div>
|
| 93 |
+
<div class="md:w-1/2 flex justify-center">
|
| 94 |
+
<div class="relative">
|
| 95 |
+
<div class="w-64 h-96 bg-gray-100 rounded-2xl shadow-xl border border-gray-200 overflow-hidden">
|
| 96 |
+
<div class="h-8 bg-gray-200 flex items-center px-3">
|
| 97 |
+
<div class="w-3 h-3 rounded-full bg-gray-400 mr-2"></div>
|
| 98 |
+
<div class="w-3 h-3 rounded-full bg-gray-400 mr-2"></div>
|
| 99 |
+
<div class="w-3 h-3 rounded-full bg-gray-400"></div>
|
| 100 |
+
</div>
|
| 101 |
+
<div class="p-4">
|
| 102 |
+
<div class="bg-white rounded-lg p-4 shadow-sm mb-4">
|
| 103 |
+
<div class="h-4 bg-gray-200 rounded w-3/4 mb-2"></div>
|
| 104 |
+
<div class="h-4 bg-gray-200 rounded w-1/2"></div>
|
| 105 |
+
</div>
|
| 106 |
+
<div class="bg-black text-white rounded-lg p-4 shadow-sm mb-4 self-end ml-8">
|
| 107 |
+
<div class="h-4 bg-gray-400 rounded w-3/4 mb-2"></div>
|
| 108 |
+
<div class="h-4 bg-gray-400 rounded w-1/2"></div>
|
| 109 |
+
</div>
|
| 110 |
+
<div class="flex justify-center mt-8">
|
| 111 |
+
<div class="w-12 h-12 rounded-full bg-gray-200 flex items-center justify-center">
|
| 112 |
+
<i class="fas fa-microphone text-gray-600"></i>
|
| 113 |
+
</div>
|
| 114 |
+
</div>
|
| 115 |
+
</div>
|
| 116 |
+
</div>
|
| 117 |
+
</div>
|
| 118 |
+
</div>
|
| 119 |
+
</div>
|
| 120 |
+
</div>
|
| 121 |
+
</header>
|
| 122 |
+
|
| 123 |
+
<!-- Features Section -->
|
| 124 |
+
<section id="features" class="py-16 bg-gray-50">
|
| 125 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 126 |
+
<div class="text-center mb-16">
|
| 127 |
+
<h2 class="text-3xl font-bold mb-4">Key Features</h2>
|
| 128 |
+
<p class="text-gray-700 max-w-2xl mx-auto">
|
| 129 |
+
NeuroVerse is designed with cutting-edge technology to provide a seamless and private experience.
|
| 130 |
+
</p>
|
| 131 |
+
</div>
|
| 132 |
+
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
|
| 133 |
+
<div class="feature-card bg-white p-6 rounded-lg shadow-sm border border-gray-100">
|
| 134 |
+
<div class="flex items-center mb-4">
|
| 135 |
+
<div class="w-10 h-10 rounded-full bg-gray-100 flex items-center justify-center mr-4">
|
| 136 |
+
<i class="fas fa-comment-dots text-gray-700"></i>
|
| 137 |
+
</div>
|
| 138 |
+
<h3 class="text-xl font-semibold">Natural Language Understanding</h3>
|
| 139 |
+
</div>
|
| 140 |
+
<p class="text-gray-700">
|
| 141 |
+
Converts spoken or written prompts into structured JSON commands using llama.cpp & SmolChat-Android.
|
| 142 |
+
</p>
|
| 143 |
+
</div>
|
| 144 |
+
<div class="feature-card bg-white p-6 rounded-lg shadow-sm border border-gray-100">
|
| 145 |
+
<div class="flex items-center mb-4">
|
| 146 |
+
<div class="w-10 h-10 rounded-full bg-gray-100 flex items-center justify-center mr-4">
|
| 147 |
+
<i class="fas fa-lock text-gray-700"></i>
|
| 148 |
+
</div>
|
| 149 |
+
<h3 class="text-xl font-semibold">Encrypted Local Memory</h3>
|
| 150 |
+
</div>
|
| 151 |
+
<p class="text-gray-700">
|
| 152 |
+
All NeuronTree memory is stored and processed locally with robust encryption. Hardware-backed keys ensure maximum security.
|
| 153 |
+
</p>
|
| 154 |
+
</div>
|
| 155 |
+
<div class="feature-card bg-white p-6 rounded-lg shadow-sm border border-gray-100">
|
| 156 |
+
<div class="flex items-center mb-4">
|
| 157 |
+
<div class="w-10 h-10 rounded-full bg-gray-100 flex items-center justify-center mr-4">
|
| 158 |
+
<i class="fas fa-wifi-slash text-gray-700"></i>
|
| 159 |
+
</div>
|
| 160 |
+
<h3 class="text-xl font-semibold">Offline-First Privacy</h3>
|
| 161 |
+
</div>
|
| 162 |
+
<p class="text-gray-700">
|
| 163 |
+
Your data never leaves your device. Memory, tasks, and processing are handled offline.
|
| 164 |
+
</p>
|
| 165 |
+
</div>
|
| 166 |
+
<div class="feature-card bg-white p-6 rounded-lg shadow-sm border border-gray-100">
|
| 167 |
+
<div class="flex items-center mb-4">
|
| 168 |
+
<div class="w-10 h-10 rounded-full bg-gray-100 flex items-center justify-center mr-4">
|
| 169 |
+
<i class="fas fa-tasks text-gray-700"></i>
|
| 170 |
+
</div>
|
| 171 |
+
<h3 class="text-xl font-semibold">Dynamic Task System</h3>
|
| 172 |
+
</div>
|
| 173 |
+
<p class="text-gray-700">
|
| 174 |
+
Tasks respond to AI-generated commands and user triggers with modular, isolated execution.
|
| 175 |
+
</p>
|
| 176 |
+
</div>
|
| 177 |
+
<div class="feature-card bg-white p-6 rounded-lg shadow-sm border border-gray-100">
|
| 178 |
+
<div class="flex items-center mb-4">
|
| 179 |
+
<div class="w-10 h-10 rounded-full bg-gray-100 flex items-center justify-center mr-4">
|
| 180 |
+
<i class="fas fa-paint-brush text-gray-700"></i>
|
| 181 |
+
</div>
|
| 182 |
+
<h3 class="text-xl font-semibold">Advanced UI</h3>
|
| 183 |
+
</div>
|
| 184 |
+
<p class="text-gray-700">
|
| 185 |
+
Modern design with Jetpack Compose and Material 3 for a seamless user experience.
|
| 186 |
+
</p>
|
| 187 |
+
</div>
|
| 188 |
+
<div class="feature-card bg-white p-6 rounded-lg shadow-sm border border-gray-100">
|
| 189 |
+
<div class="flex items-center mb-4">
|
| 190 |
+
<div class="w-10 h-10 rounded-full bg-gray-100 flex items-center justify-center mr-4">
|
| 191 |
+
<i class="fas fa-road text-gray-700"></i>
|
| 192 |
+
</div>
|
| 193 |
+
<h3 class="text-xl font-semibold">Expandable Roadmap</h3>
|
| 194 |
+
</div>
|
| 195 |
+
<p class="text-gray-700">
|
| 196 |
+
Upcoming features include TTS, STT, expanded task library, and a private web browser.
|
| 197 |
+
</p>
|
| 198 |
+
</div>
|
| 199 |
+
</div>
|
| 200 |
+
</div>
|
| 201 |
+
</section>
|
| 202 |
+
|
| 203 |
+
<!-- Task System Section -->
|
| 204 |
+
<section id="tasks" class="py-16 bg-white">
|
| 205 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 206 |
+
<div class="text-center mb-16">
|
| 207 |
+
<h2 class="text-3xl font-bold mb-4">Task System Overview</h2>
|
| 208 |
+
<p class="text-gray-700 max-w-2xl mx-auto">
|
| 209 |
+
The Task system enables intelligent automation through pre-coded modules designed for privacy and performance.
|
| 210 |
+
</p>
|
| 211 |
+
</div>
|
| 212 |
+
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
|
| 213 |
+
<div class="bg-gray-50 p-8 rounded-lg shadow-sm">
|
| 214 |
+
<h3 class="text-xl font-semibold mb-6 flex items-center">
|
| 215 |
+
<i class="fas fa-check-circle mr-3"></i> Current Tasks
|
| 216 |
+
</h3>
|
| 217 |
+
<ul class="space-y-3">
|
| 218 |
+
<li class="task-item text-gray-700">App Launchers</li>
|
| 219 |
+
<li class="task-item text-gray-700">Time Logger</li>
|
| 220 |
+
</ul>
|
| 221 |
+
</div>
|
| 222 |
+
<div class="bg-gray-50 p-8 rounded-lg shadow-sm">
|
| 223 |
+
<h3 class="text-xl font-semibold mb-6 flex items-center">
|
| 224 |
+
<i class="fas fa-road mr-3"></i> Planned Tasks
|
| 225 |
+
</h3>
|
| 226 |
+
<ul class="space-y-3">
|
| 227 |
+
<li class="task-item text-gray-700">Screen Reader and Accessibility Assistant</li>
|
| 228 |
+
<li class="task-item text-gray-700">Secure, Private Web Browser</li>
|
| 229 |
+
<li class="task-item text-gray-700">Offline AI Text Generation</li>
|
| 230 |
+
</ul>
|
| 231 |
+
</div>
|
| 232 |
+
</div>
|
| 233 |
+
</div>
|
| 234 |
+
</section>
|
| 235 |
+
|
| 236 |
+
<!-- Screenshots Section -->
|
| 237 |
+
<section class="py-16 bg-gray-50">
|
| 238 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 239 |
+
<div class="text-center mb-16">
|
| 240 |
+
<h2 class="text-3xl font-bold mb-4">Experimental UI Previews</h2>
|
| 241 |
+
<p class="text-gray-700 max-w-2xl mx-auto">
|
| 242 |
+
See how NeuroVerse brings AI assistance to your Android device.
|
| 243 |
+
</p>
|
| 244 |
+
</div>
|
| 245 |
+
<div class="grid grid-cols-2 md:grid-cols-4 gap-6">
|
| 246 |
+
<div class="screenshot-container">
|
| 247 |
+
<div class="screenshot bg-white p-2 rounded-lg shadow-md border border-gray-200">
|
| 248 |
+
<div class="w-full h-48 bg-gray-200 rounded-md"></div>
|
| 249 |
+
<div class="mt-3 text-center text-sm text-gray-600">Main Interface</div>
|
| 250 |
+
</div>
|
| 251 |
+
</div>
|
| 252 |
+
<div class="screenshot-container">
|
| 253 |
+
<div class="screenshot bg-white p-2 rounded-lg shadow-md border border-gray-200">
|
| 254 |
+
<div class="w-full h-48 bg-gray-200 rounded-md"></div>
|
| 255 |
+
<div class="mt-3 text-center text-sm text-gray-600">Task Management</div>
|
| 256 |
+
</div>
|
| 257 |
+
</div>
|
| 258 |
+
<div class="screenshot-container">
|
| 259 |
+
<div class="screenshot bg-white p-2 rounded-lg shadow-md border border-gray-200">
|
| 260 |
+
<div class="w-full h-48 bg-gray-200 rounded-md"></div>
|
| 261 |
+
<div class="mt-3 text-center text-sm text-gray-600">Settings</div>
|
| 262 |
+
</div>
|
| 263 |
+
</div>
|
| 264 |
+
<div class="screenshot-container">
|
| 265 |
+
<div class="screenshot bg-white p-2 rounded-lg shadow-md border border-gray-200">
|
| 266 |
+
<div class="w-full h-48 bg-gray-200 rounded-md"></div>
|
| 267 |
+
<div class="mt-3 text-center text-sm text-gray-600">AI Interaction</div>
|
| 268 |
+
</div>
|
| 269 |
+
</div>
|
| 270 |
+
</div>
|
| 271 |
+
</div>
|
| 272 |
+
</section>
|
| 273 |
+
|
| 274 |
+
<!-- Technology Stack Section -->
|
| 275 |
+
<section id="tech" class="py-16 bg-white">
|
| 276 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 277 |
+
<div class="text-center mb-16">
|
| 278 |
+
<h2 class="text-3xl font-bold mb-4">Technical Stack</h2>
|
| 279 |
+
<p class="text-gray-700 max-w-2xl mx-auto">
|
| 280 |
+
Built with modern technologies to deliver a powerful and secure experience.
|
| 281 |
+
</p>
|
| 282 |
+
</div>
|
| 283 |
+
<div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-5 gap-6">
|
| 284 |
+
<div class="flex flex-col items-center">
|
| 285 |
+
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-3">
|
| 286 |
+
<i class="fab fa-android text-2xl"></i>
|
| 287 |
+
</div>
|
| 288 |
+
<span class="text-sm font-medium">Kotlin</span>
|
| 289 |
+
</div>
|
| 290 |
+
<div class="flex flex-col items-center">
|
| 291 |
+
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-3">
|
| 292 |
+
<i class="fas fa-mobile-screen text-2xl"></i>
|
| 293 |
+
</div>
|
| 294 |
+
<span class="text-sm font-medium">Jetpack Compose</span>
|
| 295 |
+
</div>
|
| 296 |
+
<div class="flex flex-col items-center">
|
| 297 |
+
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-3">
|
| 298 |
+
<i class="fas fa-shield-alt text-2xl"></i>
|
| 299 |
+
</div>
|
| 300 |
+
<span class="text-sm font-medium">Secure Storage</span>
|
| 301 |
+
</div>
|
| 302 |
+
<div class="flex flex-col items-center">
|
| 303 |
+
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-3">
|
| 304 |
+
<i class="fas fa-robot text-2xl"></i>
|
| 305 |
+
</div>
|
| 306 |
+
<span class="text-sm font-medium">Llama.CPP</span>
|
| 307 |
+
</div>
|
| 308 |
+
<div class="flex flex-col items-center">
|
| 309 |
+
<div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mb-3">
|
| 310 |
+
<i class="fas fa-universal-access text-2xl"></i>
|
| 311 |
+
</div>
|
| 312 |
+
<span class="text-sm font-medium">Accessibility</span>
|
| 313 |
+
</div>
|
| 314 |
+
</div>
|
| 315 |
+
</div>
|
| 316 |
+
</section>
|
| 317 |
+
|
| 318 |
+
<!-- Installation Section -->
|
| 319 |
+
<section id="installation" class="py-16 bg-gray-50">
|
| 320 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 321 |
+
<div class="text-center mb-16">
|
| 322 |
+
<h2 class="text-3xl font-bold mb-4">Installation</h2>
|
| 323 |
+
<p class="text-gray-700 max-w-2xl mx-auto">
|
| 324 |
+
Get NeuroVerse running on your Android device in just a few steps.
|
| 325 |
+
</p>
|
| 326 |
+
</div>
|
| 327 |
+
<div class="bg-white p-8 rounded-lg shadow-sm max-w-3xl mx-auto">
|
| 328 |
+
<div class="mb-6">
|
| 329 |
+
<h3 class="text-xl font-semibold mb-4 flex items-center">
|
| 330 |
+
<i class="fas fa-terminal mr-3"></i> Command Line
|
| 331 |
+
</h3>
|
| 332 |
+
<div class="bg-black text-gray-300 p-4 rounded-lg font-mono text-sm overflow-x-auto">
|
| 333 |
+
<span class="text-green-400"># Clone the repository</span><br>
|
| 334 |
+
git clone https://github.com/yourusername/NeuroVerse.git<br><br>
|
| 335 |
+
<span class="text-green-400"># Open in Android Studio</span><br>
|
| 336 |
+
# Build & run on Android 11+ device
|
| 337 |
+
</div>
|
| 338 |
+
</div>
|
| 339 |
+
<div class="text-sm text-gray-600">
|
| 340 |
+
<i class="fas fa-exclamation-triangle mr-2"></i> Note: Some advanced features require enabling Accessibility Services and permitting unknown sources for plugin installation.
|
| 341 |
+
</div>
|
| 342 |
+
</div>
|
| 343 |
+
</div>
|
| 344 |
+
</section>
|
| 345 |
+
|
| 346 |
+
<!-- Example Prompts Section -->
|
| 347 |
+
<section class="py-16 bg-white">
|
| 348 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 349 |
+
<div class="text-center mb-16">
|
| 350 |
+
<h2 class="text-3xl font-bold mb-4">Example AI Prompts</h2>
|
| 351 |
+
<p class="text-gray-700 max-w-2xl mx-auto">
|
| 352 |
+
NeuroVerse understands natural language commands and converts them into actions.
|
| 353 |
+
</p>
|
| 354 |
+
</div>
|
| 355 |
+
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 max-w-4xl mx-auto">
|
| 356 |
+
<div class="bg-gray-50 p-6 rounded-lg shadow-sm border-l-4 border-black">
|
| 357 |
+
<div class="flex items-start">
|
| 358 |
+
<div class="flex-shrink-0 bg-black text-white rounded-full w-8 h-8 flex items-center justify-center mr-4 mt-1">
|
| 359 |
+
<i class="fas fa-user text-sm"></i>
|
| 360 |
+
</div>
|
| 361 |
+
<div>
|
| 362 |
+
<p class="font-medium">"Open WhatsApp"</p>
|
| 363 |
+
<p class="text-sm text-gray-600 mt-1">Launches the WhatsApp application</p>
|
| 364 |
+
</div>
|
| 365 |
+
</div>
|
| 366 |
+
</div>
|
| 367 |
+
<div class="bg-gray-50 p-6 rounded-lg shadow-sm border-l-4 border-black">
|
| 368 |
+
<div class="flex items-start">
|
| 369 |
+
<div class="flex-shrink-0 bg-black text-white rounded-full w-8 h-8 flex items-center justify-center mr-4 mt-1">
|
| 370 |
+
<i class="fas fa-user text-sm"></i>
|
| 371 |
+
</div>
|
| 372 |
+
<div>
|
| 373 |
+
<p class="font-medium">"What is the time?"</p>
|
| 374 |
+
<p class="text-sm text-gray-600 mt-1">Responds with current time</p>
|
| 375 |
+
</div>
|
| 376 |
+
</div>
|
| 377 |
+
</div>
|
| 378 |
+
</div>
|
| 379 |
+
</div>
|
| 380 |
+
</section>
|
| 381 |
+
|
| 382 |
+
<!-- Contribution Section -->
|
| 383 |
+
<section id="contribute" class="py-16 bg-gray-50">
|
| 384 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 385 |
+
<div class="text-center mb-16">
|
| 386 |
+
<h2 class="text-3xl font-bold mb-4">Contribution Guidelines</h2>
|
| 387 |
+
<p class="text-gray-700 max-w-2xl mx-auto">
|
| 388 |
+
We welcome contributions to make NeuroVerse even better.
|
| 389 |
+
</p>
|
| 390 |
+
</div>
|
| 391 |
+
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
|
| 392 |
+
<div>
|
| 393 |
+
<h3 class="text-xl font-semibold mb-6 flex items-center">
|
| 394 |
+
<i class="fas fa-lightbulb mr-3"></i> Areas of Interest
|
| 395 |
+
</h3>
|
| 396 |
+
<ul class="space-y-3">
|
| 397 |
+
<li class="task-item text-gray-700">Plugin development</li>
|
| 398 |
+
<li class="task-item text-gray-700">Core AI improvements</li>
|
| 399 |
+
<li class="task-item text-gray-700">Enhanced task capabilities</li>
|
| 400 |
+
<li class="task-item text-gray-700">UI and user experience refinements</li>
|
| 401 |
+
</ul>
|
| 402 |
+
</div>
|
| 403 |
+
<div>
|
| 404 |
+
<h3 class="text-xl font-semibold mb-6 flex items-center">
|
| 405 |
+
<i class="fas fa-code-branch mr-3"></i> Steps to Contribute
|
| 406 |
+
</h3>
|
| 407 |
+
<ol class="space-y-4 list-decimal list-inside">
|
| 408 |
+
<li class="text-gray-700">Fork the repository</li>
|
| 409 |
+
<li class="text-gray-700">Follow project coding standards</li>
|
| 410 |
+
<li class="text-gray-700">Document your changes clearly</li>
|
| 411 |
+
<li class="text-gray-700">Submit a Pull Request for review</li>
|
| 412 |
+
</ol>
|
| 413 |
+
</div>
|
| 414 |
+
</div>
|
| 415 |
+
</div>
|
| 416 |
+
</section>
|
| 417 |
+
|
| 418 |
+
<!-- Licensing Section -->
|
| 419 |
+
<section class="py-16 bg-white">
|
| 420 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 421 |
+
<div class="text-center mb-16">
|
| 422 |
+
<h2 class="text-3xl font-bold mb-4">Licensing and Commercial Use</h2>
|
| 423 |
+
<div class="flex justify-center">
|
| 424 |
+
<span class="bg-gray-100 px-4 py-2 rounded-full text-sm font-medium">
|
| 425 |
+
<i class="fas fa-balance-scale mr-2"></i> Custom License
|
| 426 |
+
</span>
|
| 427 |
+
</div>
|
| 428 |
+
</div>
|
| 429 |
+
<div class="bg-gray-50 p-8 rounded-lg shadow-sm max-w-4xl mx-auto">
|
| 430 |
+
<div class="font-mono text-sm text-gray-700 leading-relaxed">
|
| 431 |
+
<p>NeuroVerse is licensed strictly for personal, educational, and non-commercial use.</p><br>
|
| 432 |
+
<p>Commercial use is prohibited without permission from the author.</p><br>
|
| 433 |
+
<p>Examples of restricted commercial use:</p>
|
| 434 |
+
<ul class="list-disc pl-5 mt-2 mb-4">
|
| 435 |
+
<li>Integrating NeuroVerse into commercial apps or services</li>
|
| 436 |
+
<li>Selling, sublicensing, or redistributing the software</li>
|
| 437 |
+
<li>Using the software in business environments, SaaS platforms, or monetized tools</li>
|
| 438 |
+
</ul>
|
| 439 |
+
<p>To request a commercial license, contact: <span class="font-bold">siddheshsonar2377@gmail.com</span></p><br>
|
| 440 |
+
<p>Unauthorized commercial use may result in legal action.</p>
|
| 441 |
+
</div>
|
| 442 |
+
</div>
|
| 443 |
+
</div>
|
| 444 |
+
</section>
|
| 445 |
+
|
| 446 |
+
<!-- Author Section -->
|
| 447 |
+
<section class="py-16 bg-gray-50">
|
| 448 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 449 |
+
<div class="text-center mb-16">
|
| 450 |
+
<h2 class="text-3xl font-bold mb-4">Author</h2>
|
| 451 |
+
</div>
|
| 452 |
+
<div class="flex flex-col items-center">
|
| 453 |
+
<div class="w-32 h-32 bg-gray-200 rounded-full mb-6 overflow-hidden">
|
| 454 |
+
<!-- Placeholder for author image -->
|
| 455 |
+
</div>
|
| 456 |
+
<h3 class="text-2xl font-bold mb-2">Siddhesh Sonar (DARK)</h3>
|
| 457 |
+
<p class="text-gray-700 mb-4">Android Developer | AI Enthusiast | Open Source Contributor</p>
|
| 458 |
+
<a href="https://github.com/Siddhesh2377" class="text-black hover:text-gray-700 font-medium flex items-center">
|
| 459 |
+
<i class="fab fa-github mr-2 text-xl"></i> GitHub Profile
|
| 460 |
+
</a>
|
| 461 |
+
</div>
|
| 462 |
+
</div>
|
| 463 |
+
</section>
|
| 464 |
+
|
| 465 |
+
<!-- Acknowledgements Section -->
|
| 466 |
+
<section class="py-16 bg-white">
|
| 467 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 468 |
+
<div class="text-center mb-16">
|
| 469 |
+
<h2 class="text-3xl font-bold mb-4">Acknowledgements</h2>
|
| 470 |
+
</div>
|
| 471 |
+
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6">
|
| 472 |
+
<a href="https://github.com/ggml-org/llama.cpp" class="text-gray-700 hover:text-black flex items-center">
|
| 473 |
+
<i class="fas fa-external-link-alt mr-2"></i> llama.cpp
|
| 474 |
+
</a>
|
| 475 |
+
<a href="https://github.com/shubham0204/SmolChat-Android" class="text-gray-700 hover:text-black flex items-center">
|
| 476 |
+
<i class="fas fa-external-link-alt mr-2"></i> SmolChat-Android
|
| 477 |
+
</a>
|
| 478 |
+
<a href="https://www.jetbrains.com/" class="text-gray-700 hover:text-black flex items-center">
|
| 479 |
+
<i class="fas fa-external-link-alt mr-2"></i> JetBrains
|
| 480 |
+
</a>
|
| 481 |
+
<a href="https://source.android.com/" class="text-gray-700 hover:text-black flex items-center">
|
| 482 |
+
<i class="fas fa-external-link-alt mr-2"></i> Android Open Source
|
| 483 |
+
</a>
|
| 484 |
+
</div>
|
| 485 |
+
</div>
|
| 486 |
+
</section>
|
| 487 |
+
|
| 488 |
+
<!-- Footer -->
|
| 489 |
+
<footer class="bg-black text-white py-12">
|
| 490 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 491 |
+
<div class="flex flex-col md:flex-row justify-between items-center">
|
| 492 |
+
<div class="mb-6 md:mb-0">
|
| 493 |
+
<div class="flex items-center">
|
| 494 |
+
<i class="fas fa-brain text-2xl mr-2"></i>
|
| 495 |
+
<span class="text-xl font-bold">Neuro<span class="text-gray-400">Verse</span></span>
|
| 496 |
+
</div>
|
| 497 |
+
<p class="text-gray-400 mt-2">Advanced AI-Powered Android Assistant</p>
|
| 498 |
+
</div>
|
| 499 |
+
<div class="flex space-x-6">
|
| 500 |
+
<a href="#" class="text-gray-400 hover:text-white">
|
| 501 |
+
<i class="fab fa-github text-xl"></i>
|
| 502 |
+
</a>
|
| 503 |
+
<a href="#" class="text-gray-400 hover:text-white">
|
| 504 |
+
<i class="fab fa-twitter text-xl"></i>
|
| 505 |
+
</a>
|
| 506 |
+
<a href="#" class="text-gray-400 hover:text-white">
|
| 507 |
+
<i class="fab fa-discord text-xl"></i>
|
| 508 |
+
</a>
|
| 509 |
+
</div>
|
| 510 |
+
</div>
|
| 511 |
+
<div class="border-t border-gray-800 mt-8 pt-8 flex flex-col md:flex-row justify-between">
|
| 512 |
+
<p class="text-gray-400 text-sm mb-4 md:mb-0">© 2023 NeuroVerse. All rights reserved.</p>
|
| 513 |
+
<div class="flex space-x-6">
|
| 514 |
+
<a href="#" class="text-gray-400 hover:text-white text-sm">Privacy</a>
|
| 515 |
+
<a href="#" class="text-gray-400 hover:text-white text-sm">Terms</a>
|
| 516 |
+
<a href="#" class="text-gray-400 hover:text-white text-sm">Contact</a>
|
| 517 |
+
</div>
|
| 518 |
+
</div>
|
| 519 |
+
</div>
|
| 520 |
+
</footer>
|
| 521 |
+
|
| 522 |
+
<script>
|
| 523 |
+
// Simple smooth scrolling for anchor links
|
| 524 |
+
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
| 525 |
+
anchor.addEventListener('click', function (e) {
|
| 526 |
+
e.preventDefault();
|
| 527 |
+
document.querySelector(this.getAttribute('href')).scrollIntoView({
|
| 528 |
+
behavior: 'smooth'
|
| 529 |
+
});
|
| 530 |
+
});
|
| 531 |
+
});
|
| 532 |
+
</script>
|
| 533 |
+
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=Void2377/neurov" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
| 534 |
+
</html>
|