Skip to content
View vinodjayachandran's full-sized avatar

Block or report vinodjayachandran

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
vinodjayachandran/README.md

Hi there, I am Vinod ! 👋

  • 💬 Ask me about ... Back end development that includes REST APIs, ETL jobs, database and AI
  • 📫 How to reach me: Book an appointment

Pinned Loading

  1. Python Script to fetch Open exchange... Python Script to fetch Open exchange rates
    1
    import requests
    2
    import os
    3
    
                  
    4
    def fetchExchangeRate(currencyDate, baseCurrency, currencySymbol):
    5
        """
  2. Crawl Static HTML and Save it to File Crawl Static HTML and Save it to File
    1
    from pathlib import Path
    2
    from urllib.request import Request, urlopen
    3
    
                  
    4
    class Crawl:
    5
    
                  
  3. cxp-functional-java-vinodjayachandran cxp-functional-java-vinodjayachandran Public

    Speechify Recruitment Assessment

    Java

  4. BerriAI/litellm BerriAI/litellm Public

    Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI, Cohere, Anthropic, Sagemaker, HuggingFace, Replicate, Groq]

    Python 20.4k 2.6k

  5. Language translations using OpenAI Language translations using OpenAI
    1
    from openai import OpenAI
    2
    
                  
    3
    # Read OpenAI API Key from environment variable
    4
    api_key = os.environ.get("OPENAI_API_KEY")
    5
    client = OpenAI(api_key=api_key)