Skip to content

Commit

Permalink
Move repo to DataToML
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 committed Jan 21, 2024
1 parent d566775 commit a5d6745
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# all_clip
[![pypi](https://img.shields.io/pypi/v/all_clip.svg)](https://pypi.python.org/pypi/all_clip)
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/rom1504/all_clip/blob/master/notebook/all_clip_getting_started.ipynb)
[![Try it on gitpod](https://img.shields.io/badge/try-on%20gitpod-brightgreen.svg)](https://gitpod.io/#https://github.com/rom1504/all_clip)

Load any clip model with a standardized interface

Expand Down Expand Up @@ -93,8 +91,6 @@ Remarks:

## For development

Either locally, or in [gitpod](https://gitpod.io/#https://github.com/rom1504/all_clip) (do `export PIP_USER=false` there)

Setup a virtualenv:

```
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def _read_reqs(relpath):
long_description_content_type="text/markdown",
author="Romain Beaumont",
author_email="romain.rom1@gmail.com",
url="https://github.com/rom1504/all_clip",
url="https://github.com/DataToML/all_clip",
data_files=[(".", ["README.md"])],
keywords=["machine learning"],
install_requires=REQUIREMENTS,
Expand Down

0 comments on commit a5d6745

Please sign in to comment.