Giter VIP home page Giter VIP logo

About Me

from typing import Tuple, List, Dict

class Dark:
    pass

class Attributes(Dark):
    @property
    def contact(self) -> Tuple[str, str, str]:
        linkedin = "in/codewithdark"
        facebook  = "codewithdark.fb"
        email    = "[email protected]"
	    
        return linkedin, facebook, email

    @property
    def life(self) -> Tuple[List[str], int]:
        langs = ['Urdu', 'Poshto', 'English']
        age   = 18
		
        return langs, age
	
    @property
    def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str], Dict[str]]:
        langs = {
            'expert'      : ['python'],
            'intermediate': ['C++', 'c'],
            'learning'    : ['AI', 'ML', 'DL', 'asm', 'java']
        }
        specialities  = ['web/app python developer', 'backend', 'ai']
        ide           = ['pycharm','vscode', 'colab']
        pc            = {
            systems = {
		'MacOS': 'None',
                'Windows': {
		        'Lenovo ThinkPad': {
		            'processor': 'Intel(R) Core(TM) i5-7300U CPU',
		            'ram'      : '8gb',
		            'gpu'      : 'None'
		        }
		    # Dream System with this performance
		    """
		        'High Performance System': {
		                'processor': 'Intel(R) Core(TM) i9-12900K CPU',
		                'ram'      : '64gb',
		                'gpu'      : 'NVIDIA GeForce RTX 3090'
		            }
                         'Extreme Performance System': {
                                'processor': 'AMD Ryzen 9 5950X',
		                'ram'      : '128gb',
		                'gpu'      : 'NVIDIA Tesla A100'
		            }
		        """
			},
			}
		   }


	return langs, specialities, ide, pc

Skills


snake

Dark Coder's Projects

50-days-of-python icon 50-days-of-python

Over the next 50 days, we'll be embarking on an exciting Python journey, exploring a diverse range of topics through a series of small, hands-on projects. Whether you're a beginner looking to sharpen your skills or an experienced developer seeking new challenges, this series is for you!

ai-ml-dl-notebook icon ai-ml-dl-notebook

This repository contains a collection of machine learning examples implemented in Jupyter Notebooks. Each notebook demonstrates a different machine learning technique or algorithm, along with explanations and code examples.

amazon-product-search-app icon amazon-product-search-app

This is a Streamlit web application that allows users to search for products on Amazon and display the search results. Users can either view random products from various categories or search for specific products by entering a search query.

attendance-management-system icon attendance-management-system

The Face Recognition Attendance System is a Python-based application that utilizes face recognition technology to track and record attendance for students. The system stores user data, face images, and attendance records in an SQLite database.

code-summarizer-and-bug-finder icon code-summarizer-and-bug-finder

Code Summarizer and Bug Finder is a Streamlit web application designed to simplify the process of summarizing code and identifying bugs using AI. Whether you're a developer looking to get a quick overview of your code's functionality or seeking assistance in debugging, this app can help streamline your workflow.

codewithdark-git.github.io icon codewithdark-git.github.io

Welcome to my portfolio website! This website showcases my projects, skills, and experiences. You can view the live website here.

darkgpt icon darkgpt

DarkGPT Chat Explorer is an interactive web application that allows users to engage in conversations with various GPT (Generative Pre-trained Transformer) models in real-time. This repository contains the source code for the application.

discord-bot icon discord-bot

This Discord bot uses Google Generative AI and Replicate AI to generate text and images based on user prompts.

gpt4free icon gpt4free

The official gpt4free repository | various collection of powerful language models

image-generator-dall-e icon image-generator-dall-e

Ai Image Generator is a web application that leverages the power of OpenAI to generate unique images based on user prompts. Users can input their prompts, and the application will use OpenAI's Image API to generate a set of images related to the provided prompt.

imagemagic icon imagemagic

✨ImageMagic is a versatile image processing application🚀 that simplifies common image editing tasks. Upload an image and choose from the available options to enhance your images effortlessly⚡!

interestanalyzer icon interestanalyzer

This repository contains a Python script that uses OpenCV and DeepFace to detect faces in real-time from a webcam feed, analyze their emotions, and determine if a person is interested based on their dominant emotion and confidence level.

ip-address-tracker icon ip-address-tracker

The IP Address Tracker is a user-friendly web application designed to help users track the geographical location of any IP address. Whether you're curious about the origin of a specific IP address or need to identify the location of a particular device, this app provides a simple and intuitive solution.

llama-3-hackathon icon llama-3-hackathon

LLaMA Genius is an AI-powered research assistant designed to help users interact with and extract insights from various sources, including uploaded files and web content.

notemaster-ai icon notemaster-ai

The Enhanced Note Generator is a Streamlit application that converts images into well-structured notes using OCR and GPT-4. It supports multiple image uploads, provides various download options, and includes a feature to save notes to Google Docs.

pdf_web_app icon pdf_web_app

This Flask web application simplifies PDF tasks. Merge multiple PDFs, convert text to PDF, and split PDFs into downloadable ZIP files. User-friendly, efficient, and built with Python Flask and PyPDF2. Enhance document management and formatting with ease.

text-translator icon text-translator

This is a simple Streamlit web application that translates text from one language to another using the Google Translate API.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.