Downloads · 30 days
0
Pritul14/EduNetra
EduNetra is a machine learning model from Pritul14. Use it for the machine learning task on the model card, and read the license before you ship it in a product.
This repo now includes a production-oriented, stateless AI backend in backend/.
Downloads · 30 days
0
Access
Public
Updated Apr 3, 2026
Repo size
—
Likes
0
Public
Click a slice to open those files.
.py36.3 KB · 52%
From the Hugging Face model README
This repo now includes a production-oriented, stateless AI backend in backend/.
Key rules implemented:
/api/analyze endpointbackend/src/services/promptBuilder.jsSee backend/README.md for setup and quickstart.
Note: The legacy PostgreSQL adapter has been removed; model-side persistence now uses the Node.js backend and MongoDB. If you previously used psycopg2 or src/storage/db.py, migrate to the backend API endpoints.