Skip to content
View odunola499's full-sized avatar
Block or Report

Block or report odunola499

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

Pinned Loading

  1. AI-powered-news-search-engine AI-powered-news-search-engine Public

    Python

  2. food_bro food_bro Public

    code to finetune a llama2 7b food assistant model

    Python 1

  3. ivy-llc/ivy ivy-llc/ivy Public

    Convert ML Code Between Frameworks

    Python 14k 5.8k

  4. Medium article on extracting reddit ... Medium article on extracting reddit data
    1
    #import modules
    2
    import os
    3
    import requests #to send our requests through the api
    4
    import pandas as pd #to create a pandas dataframe and and save our data in csv format
    5