Intelligent File Organizer - ML

Intelligent File Organizer - ML

One-time payment
74994999
Secure payment by Cashfree
Full Source Code Included
Documentation & Setup Guide
24/7 Support Assistance

About this Project

Upload any mix of files or folders and get back a neatly organized ZIP - automatically. FileGenie uses a RandomForest ML model to classify files by actual content (magic bytes, entropy, keywords), not just extension, so even mislabeled or extension-less files land in the right place. Built with FastAPI, React, and JWT authentication. Accuracy : 95% Tech Stack - Backend : Python 3.10+ · FastAPI · Uvicorn SQLAlchemy 2.0 ORM · SQLite (dev) / PostgreSQL (prod) PyJWT (HS256) scikit-learn RandomForestClassifier (300 trees, 16-feature vector) python-multipart for file uploads Frontend : React 18 · Vite 5 · Tailwind CSS 3 React Router v6 (multi-page SPA) JWT stored in localStorage · AuthContext for global auth state