Application for creating numeric datasets from Images using holistic model of Mediapipe by saving landmark details in records. This WebApp can be used by ML researchers who are working majorly on facial landmarks and want to generate simple csv file directly.
Target Audience:
- Deep Learning practioners and researchers working with Image Processing.
- Data Preparation Teams struggling with available tools for classification problems.
Purpose: To improve data preparation process by facilitating users to create numeric records for their image dataset, easing the implementation of machine learning pipelines.
- Create Streamlit app and Image to landmarks to CSV Record.
- Add Live Image Capture feature and make record addition easy.
- Add Live Video Capture feature and add records from it. (Under Construction)
-
Pre-requisites:
- The user must be familiar to data preparation methods and file formats.
- Must have an IDE Installed(VSCode or PyCharm)
- Basic knowledge of commands for using terminal
-
Directions to setup/install
>> virtualenv venv
>> venv/scripts/activate
- Directions to execute
>> streamlit run main.py
- Download the project folder/Clone the Repository.
- Open Terminal and run
venv/scripts/activate
. (venv)
will appear before the directory.- Run
streamlit run main.py
. - Create you own CSV with the app.
- Mail the csv file to [email protected].