Groqlytics---Real-time-analytics
A Django-based desktop and web-integrated system monitoring tool that tracks CPU, RAM, and Disk usage, while also logging active applications and offering AI-generated productivity tips.
- π User authentication (login/logout)
- π Live system stats:
- CPU usage
- RAM usage
- Disk usage
- π Active window tracker (Windows-only)
- β±οΈ App usage timer and history
- π Save activity logs as PDF
- π§ AI-powered productivity suggestions using Groq API
- π¨οΈ Chat assistant (optional integration with OpenAI or Groq)
- π§ͺ Real-time dashboard with auto-refresh via AJAX
- Backend: Django 5.x
- Frontend: HTML5, Bootstrap 5, Chart.js
- AI Integration: Groq API / OpenAI (optional)
- PDF Generation: LibreOffice (
soffice) +python-docx - System Info:
psutil,win32gui,win32process
π License This project is licensed under the MIT License.
username & password: admin
git clone https://github.com/Arijit1822/Groqlytics
cd Groqlytics
python -m pip install pywin32
pip install -r requirements.txt
cd sysmon
python manage.py runserver