Skip to content

kikiluvbrains/Kikoyu---Image-File-Reviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Kikoyu Image File Reviewer

The Kikoyu application is designed for processing image segmentation data from machine learning models. It offers a user-friendly interface for reviewing and validating image data, enhancing the accuracy and efficiency of machine learning workflows. This README provides detailed instructions on how to set up and build the application.

Screenshot from 2024-11-17 02-47-43 Screenshot from 2024-11-17 02-46-22 Screenshot from 2024-11-17 02-46-34

Prerequisites

Before you start the setup process, ensure you meet the following requirements:

  • Operating System: You are using a Unix/Linux/macOS or Windows operating system.
  • Git: You have Git installed on your machine for cloning the repository.
  • Python and pip: You have Python and pip installed, as the application and its dependencies are Python-based.

Setup Instructions

To set up the Kikoyu application on your system, follow these steps:

  1. Clone the Git Repository

    Begin by cloning the Kikoyu repository to your local machine. Open a terminal or command prompt and execute the following command:

    git clone [email protected]:kikiluvbrains/Kikoyu.git
    
  2. Navigate to the Project Directory

    cd Kikoyu
    
  3. Install Dependencies

    bash pip install -r requirements.txt
    
  4. Build the Application with PyInstaller

    py -m PyInstaller --onedir Kikoyu_application.py
    
  5. Navigate to location of application Open "Kikoyu_application" by double-clicking on it

    image

License

MIT License. Free to use.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages