A full-stack web application with voice assistant capabilities and analytics features.
CodeRed is a comprehensive application that combines backend services with an interactive frontend interface. The project features analytics dashboards and an advanced voice assistant for enhanced user interaction.
- Voice Assistant Integration: Advanced voice command capabilities for hands-free interaction
- Analytics Dashboard: Real-time data visualization and reporting
- Full-Stack Architecture: Robust backend API with modern frontend interface
- Cross-Platform Support: Works across multiple platforms and devices
CodeRed/
βββ backend/ # Backend API and server logic
βββ frontend/ # Frontend application
β βββ src/ # Source code for UI components
β βββ package.json # Frontend dependencies
βββ QUICK_START.md # Quick start guide
βββ VOICE_VERSIONS.md # Voice assistant version history
- Python (98.0%) - Primary backend language
- JavaScript (0.6%) - Frontend interactivity
- C++ (0.6%) - Performance-critical components
- HTML (0.3%) - UI structure
- C (0.2%) - Low-level operations
- CSS (0.2%) - Styling and design
Refer to QUICK_START.md for detailed setup instructions.
- Python 3.x
- Node.js and npm
- Required dependencies (see backend and frontend directories)
- Clone the repository:
git clone https://github.com/aarohCodes/CodeRed.git
cd CodeRed- Set up the backend:
cd CodeRed/backend
pip install -r requirements.txt- Set up the frontend:
cd CodeRed/frontend
npm install- Fixed analytics page white screen issue
- Improved voice assistant functionality
- Enhanced overall stability and performance
aarohCodes
This project is available for use and modification.
For more information about voice assistant features, see VOICE_VERSIONS.md