Skip to content

TVKain/image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Segmentation: Installation & Setup Guide

Follow the steps below to set up and run the Image Segmentation application.

1. Create a Virtual Environment

To ensure all dependencies are isolated, create a virtual environment:

python -m venv venv

2. Activate the Virtual Environment

Once the virtual environment is created, activate it:

  • On Windows:

    .\venv\Scripts\activate
  • On macOS/Linux:

    source venv/bin/activate

3. Install the Required Dependencies

With the virtual environment activated, install the necessary dependencies listed in the requirements.txt file:

pip install -r requirements.txt

4. Run the Application

Start the application by running the following command:

python app.py

5. Access the Application

Open your web browser and navigate to http://localhost:8000 to view the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors