Skip to content

Commit

Permalink
Changed repo owner from ajbozarth to CODAIT
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbozarth committed Jul 11, 2018
1 parent e26e388 commit e9df913
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/ajbozarth/MAX-Object-Detector-Web-App.svg?branch=master)](https://travis-ci.org/ajbozarth/MAX-Object-Detector-Web-App)
[![Build Status](https://travis-ci.org/CODAIT/MAX-Object-Detector-Web-App.svg?branch=master)](https://travis-ci.org/CODAIT/MAX-Object-Detector-Web-App)

# Object Detector Web App
A web app wrapping the [MAX Object Detector](https://github.com/IBM/MAX-Object-Detector) model output
Expand Down Expand Up @@ -42,7 +42,7 @@ docker run -it -p 5000:5000 max-tf-object-detection
Clone the web app repository locally. In a terminal, run the following command:

```
git clone https://github.com/ajbozarth/MAX-Object-Detector-Web-App.git
git clone https://github.com/CODAIT/MAX-Object-Detector-Web-App.git
```

Change directory into the repository base folder:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/ajbozarth/MAX-Object-Detector-Web-App.git"
"url": "git+https://github.com/CODAIT/MAX-Object-Detector-Web-App.git"
},
"author": "Alex Bozarth",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ajbozarth/MAX-Object-Detector-Web-App/issues"
"url": "https://github.com/CODAIT/MAX-Object-Detector-Web-App/issues"
},
"homepage": "https://github.com/ajbozarth/MAX-Object-Detector-Web-App#readme",
"homepage": "https://github.com/CODAIT/MAX-Object-Detector-Web-App#readme",
"dependencies": {
"express": "^4.16.3",
"request": "^2.87.0",
Expand Down
2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h1>MAX Object Detector</h1>
<footer class="footer">
<hr/>
<p style="float:left">Created at the IBM Center for Open-Source Data & AI Technologies</p>
<p style="float:right">Source code available on <a href="https://github.com/ajbozarth/MAX-Object-Detector-Web-App" target="_blank">GitHub</a></p>
<p style="float:right">Source code available on <a href="https://github.com/CODAIT/MAX-Object-Detector-Web-App" target="_blank">GitHub</a></p>
</footer>

</div>
Expand Down

0 comments on commit e9df913

Please sign in to comment.