Spaces:
Sleeping
Sleeping
| title: NexusAI Dashboard | |
| emoji: π | |
| colorFrom: indigo | |
| colorTo: purple | |
| sdk: gradio | |
| app_file: app.py | |
| pinned: false | |
| license: mit | |
| python_version: "3.10" | |
| # π NexusAI Hub - Premium AI Dashboard | |
| A premium, state-of-the-art AI Workspace dashboard deployed on Hugging Face Spaces. It offers a suite of interactive utilities designed with modern design aesthetics, including glassmorphism, smooth animations, and curated color palettes. | |
| ## π Features | |
| - **Text Studio**: Advanced text processing, sentiment analysis, and summarization. | |
| - **Vision Playground**: Interactive image manipulations and styling. | |
| - **Assistant Chat**: A highly interactive chat interface with custom persona selections. | |
| - **Performance Monitor**: Real-time stats simulation with beautiful visualizations. | |
| ## π οΈ Local Development | |
| To run this application locally, ensure you have Python 3.9+ installed, then follow these steps: | |
| 1. **Install dependencies**: | |
| ```bash | |
| pip install -r requirements.txt | |
| ``` | |
| 2. **Run the app**: | |
| ```bash | |
| python app.py | |
| ``` | |
| 3. Open your browser and go to `http://localhost:7860`. | |