In this data science and machine learning project, we classify science personalities. We restrict classification to only 3 people,
- Einstein
- APJ Abdul Kalam
- Roger Penrose
Here is the folder structure,
- UI : This contains ui website code
- server: Python flask server
- model: Contains python notebook for model building
- model>dataset: Dataset used for our model training
Technologies used in this project,
- Python
- Numpy and OpenCV for data cleaning
- Matplotlib & Seaborn for data visualization
- Sklearn for model building
- Jupyter notebook, visual studio code and pycharm as IDE
- Python flask for http server
- HTML/CSS/Javascript for UI