Skip to content
@EdenMetrics

Eden Metrics

Pinned Loading

  1. Python desk research generator power... Python desk research generator powered by OpenAI and built with Gradio
    1
    import gradio as gr
    2
    import openai
    3
    
                  
    4
    openai.api_key = "sk-YOUR_API_KEY_HERE"
    5
    
                  
  2. Simple Azure AD Oauth2 authentication Simple Azure AD Oauth2 authentication
    1
    <?php
    2
    
                  
    3
    // Adapted from Sami Sipponen's Simple Azure Oauth2 Example with PHP
    4
    // https://www.sipponen.com/archives/4024
    5
    
                  
  3. This Python code performs various na... This Python code performs various natural language processing (NLP) tasks on a dataset of reviews stored in a CSV file.
    1
    import numpy as np
    2
    import pandas as pd
    3
    import matplotlib.pyplot as plt
    4
    import seaborn as sns
    5
    import nltk
  4. Connecting to a MySQL database with PHP Connecting to a MySQL database with PHP
    1
    <?php
    2
    
                  
    3
    // Written for an external DB connection from within a MODX script
    4
    
                  
    5
    // Set the database credentials

Repositories

Showing 3 of 3 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…