facts

Open-source projects categorized as facts

Top 6 fact Open-Source Projects

  • cat-facts

    Daily cat facts! 🐱

  • Project mention: Intro to REST API with powershell | /r/PowerShell | 2023-12-08

    #Make sure to replace the URL values as it makes sense to match your scenario" $url_base = "https://cat-fact.herokuapp.com" $url_endpoint = "/facts" $url = $url_base + $url_endpoint $response = Invoke-RestMethod -uri $url -Method Get -ContentType "application/json" -headers $header #option 1 for display/utilization foreach($item in $response.all) { $item } #option 2 for display/utilization $response | ConvertTo-Json #-Depth 4

  • P1AM

    Arduino P1AM Library

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • randfacts

    Python module used to generate random facts

  • transcript.fish

    Unofficial No Such Thing As A Fish episode transcripts.

  • Project mention: Ask HN: Tell us about your project that's not done yet but you want feedback on | news.ycombinator.com | 2023-08-16

    I have been working on this podcast transcription project for a couple months and it's been super rewarding.

    I listen to a podcast called No Such Thing As A Fish, where some researchers talk about their favorite facts they learned that week. Then they riff on it and are generally smart and funny. I listened to the series so many times that I decided I wanted to listen to the show on shuffle, not at the episode level, but at the fact level.

    Since I have been playing around with whisper.cpp in python this seemed like a perfect way to combine some technologies I've been wanting to play with.

    I ran whisper over the entire podcast and transcribed all the episodes. I had to do this multiple times because I kept messing up. It eventually took like 7 straight days of my M1 processing to get through ~490 episodes.

    4 million words, and an 800Mb SQLite database later, I got the transcriptions done and have put up a nice site for searching through the data.

    https://transcript.fish

    Now I just need to figure out the rest. Breaking it up into facts. Getting the audio working. Highlighting and linking to words, phrases, etc.

    Some cool info about the process so far:

    1. The SQLite database is chunked up and stored as static files, and the frontend queries the static files directly using HTTP range requests, so it only downloads a couple hundreds kbs when querying.

    2. I've been proper using ChatGPT 3.5 free version to help me write python and SQL. It's been pretty game changing as I feel basically no pain from not knowing what I'm doing.

    The code is here: https://github.com/noman-land/transcript.fish

    Please help if you know how to get whisper speaker diarization working!! I would really appreciate the help.

  • network-config

    Fact Collection, Backups, Templates, and State/Config Management

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

facts related posts

  • Intro to REST API with powershell

    1 project | /r/PowerShell | 8 Dec 2023
  • Cloud Backed SQLite

    5 projects | news.ycombinator.com | 5 Jul 2023
  • How to use PSR HTTP standards to upgrade your code

    3 projects | dev.to | 13 Feb 2023
  • Arduino P1AM control

    1 project | /r/PLC | 9 Feb 2023
  • 15 unorthodox APIs to Elevate Your Project 🔥

    2 projects | dev.to | 3 Feb 2023
  • I Need an Arduino Based PLC Examples , ( Easy ones )

    2 projects | /r/PLC | 14 Apr 2021
  • A note from our sponsor - SurveyJS
    surveyjs.io | 28 May 2024
    With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js. Learn more →

Index

What are some of the best open-source fact projects? This list will help you:

Project Stars
1 cat-facts 430
2 P1AM 55
3 Security-link-collection 39
4 randfacts 19
5 transcript.fish 16
6 network-config 8

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com