Cloud-CV / GSoC-Ideas

CloudCV GSoC Ideas
https://gsoc.cloudcv.org
119 stars 38 forks source link

Enhancements in code upload pipeline #25

Closed Sanji515 closed 3 years ago

Sanji515 commented 4 years ago

Project Title: Enhancements in code upload pipeline

Description:

As EvalAI hosts more code-upload challenges and researchers utilizes our modular kubernetes based infrastructure for hosting these challenges, we would like to automate this pipeline as much as possible to enhance user experience. During GSoC 2019, we built this pipeline for evaluating AI model’s code by running it against unseen test environments in real time and this year the plan is to add features like start, stop, restart, delete cluster, etc. so as to give challenge hosts more control over their challenge evaluation cluster. This will not only involve control over the nodes running evaluation but also viewing logs which are being updated in real-time. Finally, the plan is to give challenge hosts the capability to run the evaluation cluster in their cloud by simply plugging in their keys and rest all will be taken care by EvalAI.

Deliverable:

Mentor: Kartik Verma @vkartik97 , Rishabh Jain @RishabhJain2018

Skills: Docker, Kubernetes, AWS, Django, DRF

Skill Level: Difficult

Get started: Try to fix some issues in EvalAI (note that there are some issues labeled with GSOC-2020)

Tutorials:

Important Links:

Ayukha commented 4 years ago

@RishabhJain2018 @vkartik97 This sounds exciting. I also would love to work on this project.

RishabhJain2018 commented 4 years ago

Thanks, @Ayukha for the interest. Looking forward to your proposal.

gauravsomani336 commented 4 years ago

@RishabhJain2018 @vkartik97 this project looks very interesting. from where can I start contributing to this project. I can't seem to understand if I cm good enough to contribute to this project. I am well versed in python. your help would be really appreciated

abhinav9414 commented 4 years ago

@RishabhJain2018 @vkartik97 this is interesting. I would like to join this kind of project.

RishabhJain2018 commented 4 years ago

Hi @gauravsomani336, Welcome to CloudCV! You can start on this project by setting up the development environment for EvalAI and looking into the issues which you can solve.

RishabhJain2018 commented 4 years ago

Hi @abhinav9414, Welcome to CloudCV and thanks a lot for your interest. Looking forward to your contribution and the GSOC proposal.

yashdusing commented 4 years ago

@RishabhJain2018 @vkartik97 This looks amazing. Looking forward to contribute

RishabhJain2018 commented 4 years ago

Hi @yashdusing, Thanks a lot for your interest in the project. Looking forward to your GSoC Proposal.

ankitjain28may commented 4 years ago

Hi, I am interested in mentoring this project along with other mentors, Do we have more explanatory docs regarding the infrastructure we currently have, any diagrams so we can have more understanding of the project.

RishabhJain2018 commented 4 years ago

Hi @ankitjain28may, Welcome to CloudCV! and thanks for reaching out. Please fill this form for mentoring this year with CloudCV and we will reach out to you in a few days.

sulabh2000 commented 4 years ago

@RishabhJain2018 @vkartik97 Great idea...interested in contributing to this.

MichaelNkrumah commented 4 years ago

I'm Scared tackling this project I don't have enough knowlegde on this structure, yet I want to contribute...

chialin-liu commented 4 years ago

@RishabhJain2018 I had the experience of building multiple container apps using docker and developing backend system in django. I am very interested in this project

Rubix982 commented 4 years ago

Highly interested in this project, as it relates to my ML background, but on a deployment level as well .Although I'm not familiar with Kubernetes and AWS, it's something I believe I can pick up pretty quickly. Never got to learn them because I never really found a use case for them in my day to day knowledge up till now. Experience wise, I think this would be good start for me. I have familiarity with Django and once wrote some code to deploy a local machine learning project using Django's rest API by following.