├── README.md ├── Report.pdf ├── Snapshots ├── 1. Landing Page.png ├── 2. Upload Resume and Details.png ├── 3. Result Page.png └── 4. Command Line Outputs.png ├── Test Cases ├── Test Case 1.png ├── Test Case 2.png ├── Test Case 3.png ├── resume1.pdf ├── resume2.pdf └── resume3.pdf ├── main.py └── training_dataset.csv /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiteshAgarwal1/Personality-Prediction-Through-CV/HEAD/README.md -------------------------------------------------------------------------------- /Report.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiteshAgarwal1/Personality-Prediction-Through-CV/HEAD/Report.pdf -------------------------------------------------------------------------------- /Snapshots/1. Landing Page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiteshAgarwal1/Personality-Prediction-Through-CV/HEAD/Snapshots/1. Landing Page.png -------------------------------------------------------------------------------- /Snapshots/2. Upload Resume and Details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiteshAgarwal1/Personality-Prediction-Through-CV/HEAD/Snapshots/2. Upload Resume and Details.png -------------------------------------------------------------------------------- /Snapshots/3. Result Page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiteshAgarwal1/Personality-Prediction-Through-CV/HEAD/Snapshots/3. Result Page.png -------------------------------------------------------------------------------- /Snapshots/4. Command Line Outputs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiteshAgarwal1/Personality-Prediction-Through-CV/HEAD/Snapshots/4. Command Line Outputs.png -------------------------------------------------------------------------------- /Test Cases/Test Case 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiteshAgarwal1/Personality-Prediction-Through-CV/HEAD/Test Cases/Test Case 1.png -------------------------------------------------------------------------------- /Test Cases/Test Case 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiteshAgarwal1/Personality-Prediction-Through-CV/HEAD/Test Cases/Test Case 2.png -------------------------------------------------------------------------------- /Test Cases/Test Case 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiteshAgarwal1/Personality-Prediction-Through-CV/HEAD/Test Cases/Test Case 3.png -------------------------------------------------------------------------------- /Test Cases/resume1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiteshAgarwal1/Personality-Prediction-Through-CV/HEAD/Test Cases/resume1.pdf -------------------------------------------------------------------------------- /Test Cases/resume2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiteshAgarwal1/Personality-Prediction-Through-CV/HEAD/Test Cases/resume2.pdf -------------------------------------------------------------------------------- /Test Cases/resume3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiteshAgarwal1/Personality-Prediction-Through-CV/HEAD/Test Cases/resume3.pdf -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiteshAgarwal1/Personality-Prediction-Through-CV/HEAD/main.py -------------------------------------------------------------------------------- /training_dataset.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiteshAgarwal1/Personality-Prediction-Through-CV/HEAD/training_dataset.csv --------------------------------------------------------------------------------