EduVault: Flask-based AI education platform for managing and accessing learning resources.
1.4K
EduVault is an AI-powered educational platform designed for managing and accessing learning resources. It allows students and administrators to securely upload, store, and manage educational documents while integrating AI-powered features for enhanced learning.
This Docker image provides a ready-to-run containerized version of the EduVault Flask application, using Gunicorn as the production WSGI server.
The container exposes the application on port 5000, making it easy to deploy on cloud servers, virtual machines, or local environments.
Username: varshith
Password: 1234
Username: create in the super user dashboard
Password: create in the super user dashboard
docker pull varshithchand/eduvault:latest
docker run -d -p 5000:5000 --name eduvault varshithchand/eduvault:latest
Open your browser and go to:
http://localhost:5000
or
http://<server-ip>:5000
If using the Google Generative AI API, pass your API key when running the container.
docker run -d -p 5000:5000 \
-e GOOGLE_API_KEY=your_api_key \
varshithchand/eduvault:latest
docker pull varshithchand/eduvault:latest
docker run -d -p 5000:5000 \
--name eduvault \
varshithchand/eduvault:latest
Source Code:
https://github.com/VarshithChand/Eduvault
Maintained by
Varshith Chand DevOps & Cloud Enthusiast
Content type
Image
Digest
sha256:f29abd354…
Size
240.8 MB
Last updated
6 months ago
docker pull varshithchand/eduvault