You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-56
Original file line number
Diff line number
Diff line change
@@ -35,60 +35,28 @@ Our ultimate goal is to build a centralized platform to host, participate and co
35
35
36
36
Some background: Last year, the [Visual Question Answering Challenge (VQA) 2016](http://www.visualqa.org/vqa_v1_challenge.html) was hosted on some other platform, and on average evaluation would take **~10 minutes**. EvalAI hosted this year's [VQA Challenge 2017](https://evalai.cloudcv.org/featured-challenges/1/overview). This year, the dataset for the [VQA Challenge 2017](http://www.visualqa.org/challenge.html) is twice as large. Despite this, we’ve found that our parallelized backend only takes **~130 seconds** to evaluate on the whole test set VQA 2.0 dataset.
37
37
38
-
## Installation Instructions
38
+
## Development setup
39
39
40
-
Setting up EvalAI-ngx on your local machine is really easy.
41
-
Follow this guide to setup your development machine.
40
+
Use [Docker Compose](https://docs.docker.com/compose/install/) to run all the components of EvalAI-ngx together. The steps are:
If you have not added [ssh key](https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/) to your GitHub account then get the source code by running the following command
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
63
-
64
-
### Backend for localhost:
65
-
66
-
Setting up EvalAI on your local machine is really easy. You can setup EvalAI using docker:
67
-
The steps are:
68
-
69
-
1. Install [docker](https://docs.docker.com/install/linux/docker-ce/ubuntu/) and [docker-compose](https://docs.docker.com/compose/install/) on your machine.
70
-
71
-
2. Get the source code on to your machine via git.
42
+
1. Get the source code on to your machine via git.
3. Build and run the Docker containers. This might take a while.
48
+
2. Build and run the Docker containers. This might take a while. You should be able to access EvalAI at `localhost:8888`.
78
49
79
50
```
80
-
docker-compose up --build
51
+
docker-compose up
81
52
```
82
53
83
-
4. That's it. Open web browser and hit the url [http://127.0.0.1:8888](http://127.0.0.1:8888). Three users will be created by default which are listed below -
84
-
54
+
3. That's it. Open web browser and hit the url [http://127.0.0.1:8888](http://127.0.0.1:8888). Three users will be created by default which are listed below -
If you are facing any issue during installation, please see our [common errors during installation page](https://evalai.readthedocs.io/en/latest/faq(developers).html#common-errors-during-installation).
90
-
91
-
92
60
### For deploying with [Surge](https://surge.sh/):
93
61
94
62
Surge will automatically generate deployment link whenever a pull request passes Travis CI.
@@ -131,22 +99,6 @@ Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.
131
99
132
100
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
133
101
134
-
### Setup using Docker
135
-
136
-
You can also use Docker Compose to run all the components of EvalAI-ngx together. The steps are:
137
-
138
-
1. Get the source code on to your machine via git.
139
-
140
-
```shell
141
-
git clone https://github.com/Cloud-CV/EvalAI-ngx.git && cd EvalAI-ngx
142
-
```
143
-
144
-
2. Build and run the Docker containers. This might take a while. You should be able to access EvalAI at `localhost:8888`.
145
-
146
-
```
147
-
docker-compose -f docker-compose.dev.yml up -d --build
148
-
```
149
-
150
102
## The Team
151
103
152
104
EvalAI-ngx is currently maintained by [Shekhar Rajak](http://s-hacker.info/), [Mayank Lunayach](https://github.com/lunayach), [Shivani Prakash Gupta](https://www.behance.net/shivaniprakash19), [Rishabh Jain](https://rishabhjain2018.github.io/) and [Deshraj Yadav](https://deshraj.github.io).
0 commit comments