Swapnil Sinha (Swap-Nova)

Swap-Nova

Geek Repo

Company:@ab-inbev-labs

Location:India

Home Page:https://swap-nova.github.io/Portfolio2.0/

Twitter:@astroder_81

Github PK Tool:Github PK Tool

Swapnil Sinha's repositories

AI-Wallet-Tracker

An wallet tracker in which the applications asks the user to enter to their income and expense and based on total balance of the user, the machine learning algorithms then provide recommendations on stocks to invest depending on the user-inputs.

Language:JavaScriptStargazers:1Issues:0Issues:0

Advanced_Programming_Codes

Advanced Programming Practice- Python Codes for each lab session

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Decentralized-Applications

Creating a frontend for users to interact with a previously built smart contract using React framework to build the frontend, Hardhat as our development framework and the Ethers.js library to interact with the deployed smart contract.

Language:JavaScriptStargazers:0Issues:0Issues:0

Deploying-Smart-Contracts

Creating smart contracts that mimic up's stack-up (dev platform) functionalities. Through using an environment and various account types, deploying the various quests. The aim of this is to deploy a frontend later-on that will allow the users to interact with the smart contract.

Language:SolidityStargazers:0Issues:0Issues:0

Full-Crud-Restful-Services

Implementing the Firebase Cloud Tools and especially working on the cloud fire store. Moreover, using the firebase database and through RESTful API services remotely implementing POST, GET, PUT & DELETE; HTTP methods on personal firebase console.

Language:JavaScriptStargazers:0Issues:2Issues:0

Movie-Recommendation-App

A movie recommendation website that displays all real-time movies, tv-shows and trending movies. All the data and images are displayed on the website using TMDB platform that is a community-built movie and TV database. Furthermore, we are implementing ML models that will predict the movie according to the users watch-list and recommend them.

Language:JavaScriptStargazers:0Issues:0Issues:0

Proactive-User-Notification-Feature

The aim of this application is that the backend server sends notification to the user (recipient) in every 3 hours with the number of unread notifications and unread messages from LinkedIn profile to the recipient Gmail Account.

Language:JavaScriptStargazers:0Issues:2Issues:0

To-Do_List

The application focuses on building a backend application that uses EJS templates and layouts in order to build reusable components and modules. There are three routes in total: home, work and about.

Language:JavaScriptStargazers:0Issues:1Issues:0

Bajaj-Finserv-Frontend

1st Round of Bajaj Finserv to build search filter functionality.

Language:JavaScriptStargazers:0Issues:0Issues:0

Biee-Library

A reusable React component, powered by Vite and Node! This component is designed to streamline your React development process, allowing you to quickly and easily integrate it into your existing projects. With a focus on simplicity and efficient.

Language:JavaScriptLicense:MITStargazers:0Issues:1Issues:0

Botzy

This repository serves as a hub for various bots that can perform a wide range of tasks, from chatbots to automation bots and more. Whether you're looking to explore, use, or contribute to bots, you're in the right place.🤖

License:GPL-3.0Stargazers:0Issues:0Issues:0
Language:C++Stargazers:0Issues:0Issues:0

Container-Usage-Data

Containers usage targeted & actuals dataset. Embedded four files include monthly actuals, monthly targeted, price and bottle & crates datasets. The task is to clean the dataset and create a consolidated view of Actuals Data and moreover show the Variance analysis as wells as Trend analysis.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Docker-Using-NodeJS

A guide on how to get started with using Docker Image, Container and Repo. Furthermore, building it on NodeJS application and pushing the code to Docker Hub. Docker will create containerized applications that run on any type of environment that have all the dependencies within it.

Language:TypeScriptStargazers:0Issues:0Issues:0

Finserv-Round-2

2nd Round of Bajaj Finserv to build additional features that contains checkboxes and dropdown functionality.

Language:JavaScriptStargazers:0Issues:0Issues:0

Front-End-Projects

My work on Open-Source community for Social Summer of Code'23. The repo consists of various front-end projects done by other developers. Working on building a QR code reader that can provide real-time functionality.

Language:JavaScriptLicense:MITStargazers:0Issues:0Issues:0

Insure-Techno_Hackathon-The-Perpetual-Motion-Squad

Our hackathon project on deep learning object damage analysis. Our theme basically revolves around the fact that we are an insurance company that provides estimation of car damage. Moreover, there are additional features like providing life-span of tire and oil by identifying the thread marks and color respectively.

Language:JavaScriptStargazers:0Issues:0Issues:0

Kanban-Clone

The purpose of this front-end project is to implement the Kanban functionality which allows users to drag cards between columns. For example, a user might drag the “Research” card from the “To Do” column to the top of the “On Progress” column.

Language:CSSStargazers:0Issues:2Issues:0

Linear-Regression

Understanding Linear Regression where we cover the concept of statistical standpoint in this data model. Likewise, exploring least squares method to calculate R-squared. Moreover, calculating the 'Sum Squared' (SS) and Variance fit values to derived R-squared as well as p-value.

Language:RStargazers:0Issues:0Issues:0

metabit

An Blockchain IoT System for home application

Language:CSSStargazers:0Issues:1Issues:0

Openin_App-Board

Creating a front-end project using React.JS and its components in order to perform replication of the design provided. The goal is to build basic auth using Google (Login/Signup).

Language:JavaScriptStargazers:0Issues:0Issues:0

Pandas_Data-Analysis

Getting started with Pandas and understanding how to build series as well as dataframes. Moreover importing an dataset and using pandas to view the data and manipulate the data according to the algorithm needs.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Pocket_Notes

Using Next.js enables us to create full-stack web applications by extending the latest React features, and integrating powerful Rust-based JavaScript tooling for the fastest builds. We have to download pocketbase in our project folder, specifically the folder must contain pocketbase.exe file.

Language:CSSStargazers:0Issues:2Issues:0

PreciousServices-

Building an inventory management application for business-level application. Commonly called as stock management system that can the help the business open a Product Request and look at the customer requirements before committing to the product timeline.

Language:JavaScriptStargazers:0Issues:0Issues:0

Spam-Mail-Detection

A spam mail recommendation system is a system that uses machine learning techniques to classify and filter spam emails from legitimate ones. The system analyzes the content and metadata of an email to determine whether it is likely to be spam or not, and then filters it accordingly. Moreover, the user can upload images of text to detect spam data.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Swap-Nova

Repository that displays my profile README to showcase info.

Stargazers:0Issues:2Issues:0

Tailwind-Blog

Introduction to some of the basic utility classes, including the sizing and spacing properties, backgrounds and common text styling utility classes in tailwind css.

Language:HTMLStargazers:0Issues:0Issues:0

Tailwind-CSS_Features

Building a feature Section that is often used in landing pages around the internet. To build this component used Flexbox, borders and hover states and possibly some utility classes.

Language:HTMLStargazers:0Issues:0Issues:0

Understanding-Recursion

If a function is calling itself, it is called a recursive function. In this repo, we will view all the important techniques applied to perform a recursive function in an algorithm.

Language:C++Stargazers:0Issues:0Issues:0

WebDev-OpenSource

This is a Repository where different types of Front - End Projects are present. If you have any front end project then you can contribute to this open source repository.

Language:HTMLStargazers:0Issues:0Issues:0