Skip to content

The project aims to develop a ship detection system using Convolutional Neural Networks (CNNs). Ship detection has applications in various fields, including maritime surveillance, environmental monitoring, and security. This report outlines the libraries, algorithms, techniques, accuracy, loss, and model used in the project.

Notifications You must be signed in to change notification settings

Indresh535/ShipDetectionFlask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ShipDetectionFlask

The project aims to develop a ship detection system using Convolutional Neural Networks (CNNs). Ship detection has applications in various fields, including maritime surveillance, environmental monitoring, and security. This report outlines the libraries, algorithms, techniques, accuracy, loss, and model used in the project.

Open a terminal or command prompt.

Navigate to the directory where you want to create the virtual environment.

Run the following command to create a virtual environment named "myenv":

python -m venv myenv

Replace "myenv" with your preferred name for the virtual environment.

To activate the virtual environment:

On Windows: myenv\Scripts\activate

On macOS and Linux: source myenv/bin/activate

Navigate to the directory containing your project's requirements.txt file.

Activate your virtual environment (if you are using one).

Open a terminal or command prompt.

Run the following command to install the libraries listed in the requirements.txt file: pip install -r requirements.txt

After Navgite to project directory python app.py

In http://127.0.0.1:5000

OutPut: Home Page Image

About

The project aims to develop a ship detection system using Convolutional Neural Networks (CNNs). Ship detection has applications in various fields, including maritime surveillance, environmental monitoring, and security. This report outlines the libraries, algorithms, techniques, accuracy, loss, and model used in the project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages