Skip to content

Commit e82104d

Browse files
committed
update description
1 parent e5f8163 commit e82104d

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<a href="https://twitter.com/home?status=Using%20Deep%20Learning,%20Label%20Unsplash.com%20photos%20with%20Tensorflow.js%20in%20your%20browser%3A%20https%3A//github.com/MarsAtHome/MaH-chrome"><img src="./images/twitter.png" width="30px;"></a>
66
</p>
77

8-
# [Label Unsplash.com photos using Tensorflow.js in Chrome](https://chrome.google.com/webstore/detail/marshome/dikaddifgkonkicimbgikbcbaagajjhj)
8+
# Marsjs - Using Tensorflow.js and Crowd Computing to label Unsplash.com photos in Browser
99

10-
The Version 1 of extension labels image from Unsplash in your browser - using MobileNet on Tensorflow.Js. Install [Mars@Home from Chrome Store](https://chrome.google.com/webstore/detail/marshome/dikaddifgkonkicimbgikbcbaagajjhj)
10+
Marsjs is the browser client for Mars@Home. Currently this extension labels image from [Unsplash](https://unsplash.com) in browser - using MobileNet on Tensorflow.Js. Install [Mars@Home from Chrome Store](https://chrome.google.com/webstore/detail/marshome/dikaddifgkonkicimbgikbcbaagajjhj)
1111

1212
## Project Structure
1313

@@ -17,7 +17,7 @@ The Version 1 of extension labels image from Unsplash in your browser - using Mo
1717
* [`logo-files`](./logo-files): Logo files for [Mars@Home](https://github.com/MarsAtHome/)
1818

1919
## Non-Developer quickstart
20-
Install [Mars@Home from Chrome Store](https://chrome.google.com/webstore/detail/marshome/dikaddifgkonkicimbgikbcbaagajjhj)
20+
Install [Mars@Home for Google Chrome](https://chrome.google.com/webstore/detail/marshome/dikaddifgkonkicimbgikbcbaagajjhj)
2121

2222
## Developer quickstart
2323

@@ -28,16 +28,16 @@ $ git clone https://github.com/MarsAtHome/MaH-chrome
2828
```
2929

3030
### Firefox
31-
Go to `about:debugging` in Firefox
31+
1. Go to `about:debugging` in Firefox
3232

33-
Click `Load Temporary Add-on`, select any file from inside `extension` folder from cloned project
33+
2. Click `Load Temporary Add-on`, select any file from inside `extension` folder from cloned project
3434

3535
### Chrome
36-
Go to `chrome://extensions/` in Chrome
36+
1. Go to `chrome://extensions/` in Chrome
3737

38-
Turn ON `Developer mode`
38+
2. Turn ON `Developer mode`
3939

40-
Click `LOAD UNPACKED` and select the `extension` folder from cloned project
40+
3. Click `LOAD UNPACKED` and select the `extension` folder from cloned project
4141

4242
**Check the Current task by clicking <img src="./logo-files/MarsAtHome.png?raw=true" width="24" height="24"> in your browser's url bar**
4343

@@ -60,11 +60,11 @@ Click `LOAD UNPACKED` and select the `extension` folder from cloned project
6060
[![Screenshot Gazelle](./images/ss1.png?raw=true)](https://chrome.google.com/webstore/detail/marshome/dikaddifgkonkicimbgikbcbaagajjhj)
6161

6262

63-
## Libraries Used in V1 of MaH-chrome
63+
## Libraries & Model used
6464

6565
* [Tensorflow.js](https://github.com/tensorflow/tfjs)
6666
* [TFJS Converter](https://github.com/tensorflow/tfjs-converter)
6767
* [MobileNet Ported to Tensorflow.js](https://github.com/tensorflow/tfjs-converter/tree/master/demo/mobilenet)
6868

6969
## Learn more about Mars@Home project
70-
https://marsathome.org
70+
Do visit https://marsathome.org

extension/style.css

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
* {
44
font-family: 'Montserrat', sans-serif;
5-
font-size: 100%;
65
}
76
body {
87
line-height: 70%;

0 commit comments

Comments
 (0)