Skip to content
View aksayushx's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Organizations

@IIT-BHU-InstiApp @Robotics-Club-IIT-BHU
Block or Report

Block or report aksayushx

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. stream.me stream.me Public

    JavaScript 1

  2. Captcha_Solver Captcha_Solver Public

    Captcha Solver using Deep Learning and Computer Vision with Python

    Jupyter Notebook 6 2

  3. RaISy-Net/Intelligent_picking RaISy-Net/Intelligent_picking Public

    - solution for flipkart robotics grid challenge

    Python 3 3

  4. Mountain_Car-using-DDQN Mountain_Car-using-DDQN Public

    Deep RL agent for solving MountainCar-v0 environment.

    Python 2 1

  5. IIT-BHU-app IIT-BHU-app Public

    Forked from IIT-BHU-InstiApp/IIT-BHU-app

    IIT(BHU) App

    Dart

  6. Animated List App Animated List App
    1
    import 'package:flutter/material.dart';
    2
    import 'dart:math';
    3
    
                  
    4
    void main() {
    5
      runApp(MaterialApp(debugShowCheckedModeBanner: false, home: Home()));