Skip to content

Commit

Permalink
Add warning about project not being maintained to README
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesduffy authored Dec 20, 2024
1 parent 6c4d61b commit 62115cc
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.markdown → README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
--------------------------
# SimpleCV
--------------------------

> [!WARNING]
> This project is no longer actively maintained. For new computer vision projects, consider using alternatives like:
> - [OpenCV](https://opencv.org/) - A powerful library for computer vision tasks with wide-ranging support and active community development.
> - [PyTorch](https://pytorch.org/) + [TorchVision](https://pytorch.org/vision/stable/index.html) - A framework for deep learning and computer vision tasks.
> - [TensorFlow](https://www.tensorflow.org/) - A robust ecosystem for machine learning and computer vision.
> - [scikit-image](https://scikit-image.org/) - A lightweight image processing library for Python.
>
> While there are no current plans for updates, this project may be revisited in the future. For legacy projects requiring SimpleCV, the codebase is provided as-is.
[![Build Status](https://travis-ci.org/sightmachine/SimpleCV.png?branch=develop)](https://travis-ci.org/sightmachine/SimpleCV)

Expand Down

0 comments on commit 62115cc

Please sign in to comment.