Skip to content
View Ayush1702's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report Ayush1702

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. AI_Gallery AI_Gallery Public

    An Image Classification app built with Tensorflow Lite Model Maker on Flutter SDK

    Dart 5

  2. AIComputerVision AIComputerVision Public

    Forked from mailrocketsystems/AIComputerVision

    This project contains various computer vision and AI related python scripts

    Python

  3. deep-learning deep-learning Public

    Forked from udacity/deep-learning

    Repo for the Deep Learning Nanodegree Foundations program.

    Jupyter Notebook

  4. NeMo NeMo Public

    Forked from NVIDIA/NeMo

    NeMo: a toolkit for conversational AI

    Jupyter Notebook

  5. text-summarizer-using-BERT text-summarizer-using-BERT Public

    Forked from bhattbhavesh91/text-summarizer-using-BERT

    Text summarization with BERT using bert-extractive-summarizer

    Jupyter Notebook

  6. flask.txt flask.txt
    1
    from flask import Flask 
    2
    app = Flask(__name__)
    3
    @app.route("/") 
    4
    
                  
    5
    def hello():