Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 603 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 603 Bytes

PixelMaster: Image Annotation Tool

Steps to setup

  1. Create a python environment and install all the libraries specified in requirements.txt
  2. Download the model and image files files from the given link: https://drive.google.com/file/d/1M8LijnNH1fyTezzJBdsZhw0MKl8Ar80G/view?usp=drive_link
  3. Extract all the files from the downloaded zip file from drive to the root directory of project.
  4. After extracting the files the folder structure should be as below:

Folder Structure

  1. Run the following command to start the application streamlit run Home.py