todo-fullstack/ ├── 📁 backend/ # FastAPI backend │ ├── app/ │ │ ├── main.py # Application entry │ │ ├── models.py # Database models │ │ ├── schemas.py # Pydantic schemas │ │ ├── database.py # DB ...
This project is a comprehensive malware detection system developed as part of a semester project. It combines machine learning with web technologies to provide safe, static analysis of executable ...