Skip to content
View Maria-UET's full-sized avatar
:octocat:
Focusing
:octocat:
Focusing
  • Oklahoma-USA

Block or report Maria-UET

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
Maria-UET/README.md
  • 👋 Hi, I’m @Maria-UET
  • 👀 I’m interested in Machine Learning and Artificial Intelligence
  • 🌱 I’m currently a Graduate Student at University of Oklahoma, USA
  • 📫 How to reach me mariashaukat1164@gmail.com

Pinned Loading

  1. mongowrapper mongowrapper Public

    Forked from dattalab/mongowrapper

    A wrapper for MongoDB that makes saving and loading NumPy arrays transparent.

    Python

  2. One-click Install and Configure Mon... One-click Install and Configure MongoDB on Ubuntu
    1
    #!/bin/bash
    2
    
                  
    3
    
                  
    4
    ######## Run this bash script with to install Mongodb on your system ##########
    5
    
                  
  3. Setup MongoDB replica set with three... Setup MongoDB replica set with three nodes
    1
    #!/bin/bash
    2
    
                  
    3
    
                  
    4
    ######## Run this bash script on EACH replica set node to configure a Mongodb replica set #########
    5
    
                  
  4. Facial-Pose-Tracking Facial-Pose-Tracking Public

    Real-time Multi-Facial-Pose-Tracking with OpenCV and FaceMesh

    Python

  5. Python-basics Python-basics Public

    I revisited the basic concepts of Python through this video tutorial: https://www.youtube.com/watch?v=bY6m6_IIN94&list=PLi01XoE8jYohWFPpC17Z-wWhPOSuh8Er-

    Jupyter Notebook

  6. replicaset_initiate.sh replicaset_initiate.sh
    1
    #!/bin/bash
    2
    
                  
    3
    ######## Run this bash script on ONE replica set node to initiate the Mongodb replica set #########
    4
    
                  
    5
    # HOWTO: