AI-Powered-Resume-Screening/ │ ├── app.py # Main Flask app ├── model.pkl # Trained ML model ├── tfidf.pkl # TF-IDF vectorizer ├── requirements.txt # Dependencies ├── Dockerfile # Docker setup ├── ...
exe2powershell is used to convert any binary file (*.exe) to a BAT file. The resulting BAT file contains only "echo" command and finally a powershell command to re-create the original binary file.