• Stars
    star
    1
  • Language
    Rust
  • License
    MIT License
  • Created over 3 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Learning serenity-rs and building discord bots for fun. Do remember that, this bot is built for fun, and for learning.

More Repositories

1

Plant-disease-detection

Disease detection in plants using Deep learning and Transfer learning.
Jupyter Notebook
22
star
2

spotify-twitter-banner

Dynamic Twitter banner, to show off your spotify status. Banner updated every 5 minutes.
Python
22
star
3

spotify-playing-readme

A really easy way to display your spotify listening status on READMEs and Website.
Python
21
star
4

signature-mint-erc721

Lazy minting of ERC721 NFTs using EIP712 standard for typed, structured data. ✨
TypeScript
20
star
5

HypixelIO

A Modern Efficient and Easy way of interacting with the Hypixel API!
Python
16
star
6

blockchain-python

This is a implementation of a basic blockchain structure in python, with all the description, and documentation of it's working and things.
HTML
14
star
7

janaSunrise

Get to know me better! If you like this, Star it too ✨
13
star
8

any-funder

Decentralized sponsorship and funding app for anyone. ✨
Solidity
11
star
9

rust-64-bit-os

This is an operating system with a kernel supporting x64 bit written from scratch using the rust programming language.
Rust
11
star
10

Anime-face-generation-DCGAN-webapp

A port of my Anime face generation using Pytorch into a Webapp
Python
9
star
11

Anime-face-generation-DCGAN

An interesting and special GAN method consisting of convolutional layers to generate pixel perfect anime images.
Jupyter Notebook
9
star
12

2d-platformer-game-godot

A fun platformer game made using Godot Game engine.
GDScript
7
star
13

discordpy-bot-template

A discord bot template to speed up your awesome bot development!
Python
7
star
14

Pytorch-ML-CPP-Learning

A repo to learn using Pytorch C++ API, for Deep Learning programs.
C++
6
star
15

nextjs-quickstart-template

A simple and amazing template for your next NextJS project, to get you started in no time.
JavaScript
6
star
16

maze-generation-algorithm

An implementation of Maze generation algorithm in python using the game and GUI framework pygame.
Python
5
star
17

paypal-buttons-integration-fastify

A simple boilerplate for PayPal developer SDK based automated payments.
JavaScript
5
star
18

ML-algorithms-from-scratch

A python only implementation of the Algorithms used for ML from scratch.
Python
5
star
19

CNN-image-prediction-webapp-learning

A simple Image prediction web app, made using Tensorflow and Keras, Implementing the CNN Algorithm in it
Python
5
star
20

portfolio

TypeScript
4
star
21

sweet-event-emitter

Simple event emitter for Javascript
TypeScript
4
star
22

64-bit-os

This is an operating system with a kernel supporting x64 bit written from scratch.
Assembly
4
star
23

AIML-discord-chatter-bot

A chatbot built using AIML module and Intent datasets
Python
4
star
24

wall-of-gif-solana

A web application that allows you to create and share wall of gifs! Built on top of solana blockchain.
JavaScript
4
star
25

MNIST-Digit-Recognizer-Tensorflow

A Handwritten digit recognizer ML project in Tensorflow and Python.
Jupyter Notebook
4
star
26

AIO-API-discord-bots

The only api you'll ever need to make your discord bot spicy, fun and stand out.
Python
3
star
27

opencv2-face-detection-python

A simple project for face detection in Images, and Video through the OpenCV2 computer vision library.
Python
3
star
28

OpenCV-Image-Color-Recognizer

An interesting Computer Vision project to detect the color of a certain pixel or point of the point clicked on image
Python
3
star
29

solidity-template

Quickly get up and running with a powerful Solidity project in no time.
TypeScript
3
star
30

wikipedia-finder-cli

This is a utility based Wikipedia Command line program, That helps you traverse the wikipedia, and Get data as you want, with features like searching, Suggestions, summaries and other stuff.
Python
3
star
31

overflow-discord-bot

A small bot designed to help you with coding and finding and solving issues faster by integrating stack overflow workflow into discord.
Python
3
star
32

flask-url-shortener

A damn easy to use URL shortener made using Python and Flask microframework
HTML
3
star
33

ZeroCOM

A secure and advanced chat application.
Python
3
star
34

ML-guide-and-implementation

This repository contains the predictions, and plots for the datasets included in the scikit learn library by default and also some other datasets from kaggle or other sources.
Python
3
star
35

cli-trivia-time

This is an interactive CLI based trivia game, To keep you engaged during boredom, or when you're alone or interested in flexing your grey matter.
Python
2
star
36

snake-game-python

A recreation of the old classic snake game, which we used to play during our childhood 🤗
Python
2
star
37

sunrits-essays

my own essays crafted with care. ✨
MDX
2
star
38

Fashion-MNIST-Tensorflow

Simple fashion accessories model predictions using the Fashion MNIST dataset in Tensorflow's keras library.
Jupyter Notebook
2
star
39

socketio-chatapp-fastify

A simple chat application made using Fastify and Socket.IO
HTML
2
star
40

Autoencoder-Image-Pytorch

An image encoder and decoder made in pytorch to compress images into a lightweight binary format and decode it back to original form, for easy and fast transmission over networks.
Jupyter Notebook
2
star
41

PythonPasswordCracker

Python
2
star
42

GPT2-model-playground

A repository for playing around with GPT-2 Models by OpenAI organization, and making interesting things out of the models.
Jupyter Notebook
2
star
43

Hashnode-blogs

2
star
44

turtle-art

This is a Repository, that contains all of my collection of Turtle Arts, which i have done use the turtle module in Python!
Python
2
star
45

bubble-sort-visualization

A simple pygame visualization, to visualize the working of the Bubble sort algorithm, in python.
Python
2
star
46

quick-sort-visualization

A simple pygame visualization, to visualize the working of the Quick sort algorithm in python.
Python
2
star
47

pong-video-game-lua

This is a simple pong video game, coded in Lua, using the Love2D game Engine, with learning from the GD50 Course.
Lua
1
star
48

zap-protocols

Preset contracts, utilities and libraries to speed up your web3 development workflow. 🛠
Solidity
1
star
49

datacamp-notes

A collection of the notes in datacamp for the various courses I joined and learnt from.
1
star
50

2048-python

A recreation of the classic 2048 puzzle game in python, using the inbuilt GUI library called Tkinter.
Python
1
star
51

webserver-in-n-languages

This is a collection of simple webservers in a variety of languages.
Java
1
star
52

image-to-ascii

A simple and easy to use program, made using pillow to convert Images into ASCII based text format.
Python
1
star
53

nodejs-reverse-proxy

JavaScript
1
star
54

python-brainfuck-interpreter

A simple and easy to use brainfuck interpreter written in python.
Python
1
star
55

connect4-python

The classic connect 4 multiplayer friends rewritten in python using the python framework.
Python
1
star
56

opencv2-image-filters

Custom image filters written from scratch using OpenCV2.
Jupyter Notebook
1
star
57

supabase-course-saas

For learning and reference purposes.
TypeScript
1
star
58

useful-python-snippets

A collection of awesome code snippets that integrates and helps you save time.
Python
1
star
59

npx-portfolio-card

A npx program to give info about me in the terminal!
JavaScript
1
star
60

InteractivePageScraper

A simple scraper to get various objects like, images or links parsed from a website.
Python
1
star
61

project-quickstart

Quickstart a Coding Project in No time
Python
1
star
62

CS50-2020

This repo, contains all the solutions for the CS50 course by Harvard university, held in the year 2020
C
1
star
63

dontsaytosay

Astro
1
star
64

screen-recorder-python

A repo, consisting of simple screen recorder, with the help of Numpy, Open CV, and also Pillow.
Python
1
star
65

contact-manager

A contact manager for you, never lose data anymore!
Python
1
star
66

react-task-tracker

A simple to use Task tracker, made with ReactJS framework.
JavaScript
1
star
67

A-path-finding-visualization

A python visualization of the A* path finding algorithm created in pygame. It's pretty easy and interactive. You need to Choose your start and end point, and the algorithm visualizes the path finding algorithm in action!
Python
1
star
68

madlibs-generator

This is a casual fun project built with python, that forms a new Madlib puzzle for you everytime, you run it.
Python
1
star
69

audiobook

An audiobook maker, developed using python, aimed at making audiobooks for free instead of Buying them!
Python
1
star