Skip to content

Extracts structured markdown content from web URLs using unstructured and Google's Gemini API

Notifications You must be signed in to change notification settings

rihoneailabs/u2md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

U2md

This utility package extracts structured markdown content from web URLs using unstructured and Google's Gemini API

Installation

  • Install from GitHub

    pip install git+git://github.com/ndamulelonemakh/u2md.git

Usage

  • Setup the API key

    export GEMINI_API_KEY=<your-api-key>
  • Run from the command line

    u2md <url>
  • Run from Python

    from u2md import URLContentExtractor
    
    # see ./demo.py for more details

Run Demo

  • Streamlit app

    streamlit run demo.py
  • Live demo

About

Extracts structured markdown content from web URLs using unstructured and Google's Gemini API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages