anzhackfest.hackerearth.com Open in urlscan Pro
2600:141b:1c00:27::17ce:ac0b  Public Scan

URL: https://anzhackfest.hackerearth.com/
Submission: On December 06 via api from US — Scanned from US

Form analysis 3 forms found in the DOM

Name: login-formPOST

<form id="modal-login-form" name="login-form" method="POST" class="ajax-form medium-margin" ajax="/AJAX/login/">
  <div class="wrapper small-wrapper">
    <input type="text" name="login" placeholder="Username or Email" required="" id="id_login">
  </div>
  <div class="wrapper small-wrapper">
    <input type="password" name="password" placeholder="Password" required="" id="id_password">
  </div>
  <input type="hidden" name="next" value="/challenges/hackathon/anz-hackfest-2023/">
  <div>
    <a href="#" class="link-3 show-hide-many login-signup-link" show="password-reset" hide="login-form">Forgot Password?</a>
    <div class="clear"></div>
  </div>
  <div class="login-footer standard-margin">
    <div>
      <input type="submit" name="submit" clicked="Logging In.." value="Log in" class="button login-btn weight-600 large">
    </div>
    <div class="align-center dark regular dont-have-account"> Don't have an account? <a href="#" class="login-signup-link show-hide-many regular bold" show="signup-form-div" hide="login-form"> Sign up</a>
    </div>
  </div>
</form>

Name: signup-formPOST

<form id="modal-signup-form" name="signup-form" method="POST" class="ajax-form medium-margin" ajax="/AJAX/hackerearth/signup/?source=sprint-private&amp;next=/challenges/hackathon/anz-hackfest-2023/">
  <div class="wrapper small-wrapper float-left">
    <input type="text" name="first_name" placeholder="First Name" maxlength="30" required="" id="id_first_name">
  </div>
  <div class="wrapper small-wrapper float-right">
    <input type="text" name="last_name" placeholder="Last Name" maxlength="30" id="id_last_name">
  </div>
  <div class="clear"></div>
  <div class="wrapper small-wrapper">
    <input type="text" name="email" placeholder="Email" maxlength="75" required="" id="id_email">
  </div>
  <div class="wrapper small-wrapper password-wrapper">
    <input type="password" name="password" placeholder="Password" required="" id="id_password">
    <div class="password-tooltip hidden">
      <div class="tooltip-heading align-center">Password requirements</div>
      <ul>
        <li id="js-alphabet"><span>An alphabet</span></li>
        <li id="js-number"><span>A number</span></li>
        <li id="js-special"><span>A special character</span></li>
        <li id="js-length"><span>Minimum 8 characters</span></li>
      </ul>
    </div>
  </div>
  <div class="wrapper small-wrapper signup-captcha">
    <input type="hidden" name="g-recaptcha-response" id="id_recaptcha"> This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy">Privacy Policy</a> and
    <a href="https://policies.google.com/terms">            Terms of Service</a> apply.
  </div>
  <div class="signup-footer medium-margin">
    <button id="signup-start-now" class="button login-btn weight-600 large disabled recaptcha-v3 " target="gdpr-modal" recaptcha-site-key="6LeyqcIZAAAAAOcy_5WJORJsuu9zmbZZxIRp4-em" data-action="signup" country-code="US"
      target-form="modal-signup-form">Sign up</button>
    <div class="align-center regular dont-have-account"> Have an account? <a href="#" class="show-hide-many regular login-signup-link bold" show="login-form" hide="signup-form-div"> Log in</a>
    </div>
  </div>
  <style>
    #gdpr-modal {
      position: absolute;
      bottom: 0;
    }
  </style>
  <div id="gdpr-modal" class="modal-window smaller-modal hidden">
    <style>
      #gdpr-modal-content {
        font-family: 'Open Sans', sans-serif;
      }

      #gdpr-modal-content .modal-header {
        padding: 50px 55px 35px 55px;
        font-size: 24px;
        font-weight: 400;
      }

      #gdpr-modal-content .modal-footer {
        padding: 25px 55px 90px;
      }

      #gdpr-modal-content .modal-content {
        padding: 0 55px 5px;
        font-size: 16px;
        line-height: 22px;
      }

      #gdpr-modal-content .modal-footer .checkbox-row {
        font-size: 16px;
        display: inline-flex;
      }

      #gdpr-modal-content a {
        color: #0099ff;
      }

      #gdpr-modal-content .button.disabled {
        background: #f5f6f6 !important;
      }
    </style>
    <div id="gdpr-modal-content">
      <div class="modal-header">HackerEarth’s Privacy Policy and Terms of Service</div>
      <div class="modal-content"> We care about your data privacy. HackerEarth uses the information that you provide to contact you about relevant content, products, and services. <br> <br> Our <a href="/privacy/" target="_blank">Privacy Policy</a>
        and <a href="/terms-of-service/" target="_blank">Terms of Service</a> will help you understand that you are in control of your data at HackerEarth. </div>
      <div class="modal-footer">
        <div class="margin-bottom-15 regular checkbox-row">
          <input type="checkbox" name="gdpr-tnc"> I have read and I agree.
        </div>
        <div class="">
          <input type="submit" name="submit" value="Proceed" class="button btn-blue fontawesome btn-largest disabled large" id="gdpr-submit">
        </div>
      </div>
    </div>
  </div>
  <script type="text/javascript" src="https://static-fastly.hackerearth.com/static/hackerearth/password-requirements.dc399591eb1b.js" crossorigin="anonymous" defer=""></script>
  <script type="text/javascript">
    window.onload = function() {
      try {
        showPasswordTooltip($('.password-wrapper #id_password'), false);
        showPasswordTooltip($('#password-error #id_password'), true);
      } catch (error) {
        console.error(error)
      }
    }
  </script>
</form>

Name: password-resetPOST

<form name="password-reset" method="POST" class="ajax-form" ajax="/AJAX/password/reset/?next=/">
  <p class="regular"> A password reset link will be sent to the following email id</p>
  <div class="wrapper">
    <input type="text" name="email" size="30" placeholder="Email" required="" id="id_email">
  </div>
  <div class="reset-footer medium-margin">
    <input id="reset-password" type="submit" name="submit" clicked="Sending.." value="Send Password Reset Link" class="button login-btn weight-600">
    <button id="login-link" class="login-link show-hide-many link-btn button-medium pointer bold" show="login-form" hide="password-reset">Back to login page</button>
  </div>
  <script>
    document.querySelector('#reset-password').addEventListener('click', function() {
      document.querySelector('#login-link').classList.add('hidden');
    });
  </script>
</form>

Text Content

Ensure that you are logged in and have the required permissions to access the
test.

A server error has occurred. Please refresh the page or try after some time.

An error has occurred. Please refresh the page or try after some time.





Login


ANZ HACKFEST 2023


HackerEarth’s Privacy Policy and Terms of Service
We care about your data privacy. HackerEarth uses the information that you
provide to contact you about relevant content, products, and services.

Our Privacy Policy and Terms of Service will help you understand that you are in
control of your data at HackerEarth.
I have read and I agree.


Please refresh the page to see the time in your system timezone

Comment permalink



ANZ HACKFEST 2023

1172 Registered Allowed team size: 3 - 6

1172 Registered Allowed team size: 3 - 6

Winners are announced.

Ideation
Online
starts on:
Jun 09, 2023, 02:00 AM
ends on:
Jun 26, 2023, 01:59 PM


WINNERS


Banking Winner


CREDIT ASSIST AI - GENERATIVE AI DRIVEN REAL TIME CREDIT RISK DECISIONING SYSTEM
FOR CREDIT RISK ANALYSTS TO ASSESS CREDITWORTHINESS OF ORGANIZATIONS.

by  Infosys AINA 1
Theme:
Hackfest 2023 sub-themes

Banking Runner Up


PERSONALIZED CAMPAIGNING & MARKETING: HARNESSING GENERATIVE AI FOR EFFECTIVE
EMAIL AND SOCIAL MEDIA OUTREACH

by  TCS HackXcel
Theme:
Hackfest 2023 sub-themes

Engineering Winner


7TH SENSE - VIRTUAL ASSISTANT FOR YOUR TEAM

by  7thsense
Theme:
Hackfest 2023 sub-themes

Engineering Runner Up


INTELLIOPS: ENABLING SMARTER DEVOPS PIPELINE MANAGEMENT WITH GENERATIVE AI

by  ravi.avhad_f74c
Theme:
Hackfest 2023 sub-themes

Protecting Data Winner


SECUR ASTRA : ADVANCED THREAT DETECTION & HALLUCINATION CHECKER FOR LLM
APPLICATIONS

by  SecurAstra
Theme:
Hackfest 2023 sub-themes

Protecting Data Runner Up


LLM-POWERED CUSTOMER SUPPORT IN BANKING

by  SURE Ninja
Theme:
Hackfest 2023 sub-themes


About
 * Overview
 * Themes
 * Prizes

FAQs Knowledge Center Rules and Guidelines Code of Conduct Discussion




OVERVIEW





WELCOME TO THE ANZ HACKFEST 2023:

Welcome to the most anticipated event of the year! We invite you to our
ground-breaking hackathon, where innovation meets technology in an exhilarating
journey of Generative AI.

At Hackfest 2023, we aim to bring together the brightest minds from across the
globe, pushing the boundaries of what is possible in the realm of banking. With
the power of Generative AI unlock innovative solutions that will redefine the
way we bank.

Whether you are an aspiring data scientist, a seasoned developer, coder or
engineer, this hackathon is not to be missed. It is an opportunity for you to
showcase your skills, collaborate with like-minded individuals, and make a
lasting impact on the financial industry. Our esteemed panel of judges will be
eagerly waiting to witness your visionary ideas and solutions.

The thrill of creating something extraordinary, the satisfaction of solving
complex problems, and the chance to network with industry giants – all await you
at ANZ Hackfest 2023. This is where big thigs happen!




THEMES



Hackfest 2023 sub-themes

Hackfest 2023 is centred around ‘Generative AI: Powering, engineering and
protecting the next wave of Banking’. It explores the extent of potential that
Generative AI has to revolutionise the fintech industry by enabling innovative
solutions and powering various aspects of financial technology. With your big
ideas we can fuel the future of our industry.




PRIZES



Main Prizes
Banking Winner
AUD 2000


Engineering Winner
AUD 2000


Protecting Data Winner
AUD 2000


Special Prizes
Banking Runner Up
AUD 1000


Engineering Runner Up
AUD 1000


Protecting Data Runner Up
AUD 1000




Log in
Sign up
Reset Password
Log in with Facebook Log in with GitHub
Sign in with Google

or
Forgot Password?

Don't have an account? Sign up
Facebook Sign up with Facebook GitHub Sign up with GitHub
Google Sign up with Google

or
Password requirements
 * An alphabet
 * A number
 * A special character
 * Minimum 8 characters

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of
Service apply.
Sign up
Have an account? Log in
HackerEarth’s Privacy Policy and Terms of Service
We care about your data privacy. HackerEarth uses the information that you
provide to contact you about relevant content, products, and services.

Our Privacy Policy and Terms of Service will help you understand that you are in
control of your data at HackerEarth.
I have read and I agree.


A password reset link will be sent to the following email id


Back to login page
HackerEarth’s Privacy Policy and Terms of Service
We care about your data privacy. HackerEarth uses the information that you
provide to contact you about relevant content, products, and services.

Our Privacy Policy and Terms of Service will help you understand that you are in
control of your data at HackerEarth.
I have read and I agree.


Logout

Notifications
Mark All as Read


View All Notifications



Tell your friends
Great! You have been registered to the challenge, now tell your friends about
it.

Twitter Facebook

Note: You have to be logged in to participate in the challenge. Signup Now







afb18a5766a39362059f762033d853bfc6191252-realtime

?