All Projects → rogerfitz → tutorials

rogerfitz / tutorials

Licence: MIT License
Git Repo for Articles on Ergo Sum blog and the youtube channel https://www.youtube.com/channel/UCiie9CN--dazA7iT2sry5FA

Programming Languages

Jupyter Notebook
11667 projects
HTML
75241 projects

Projects that are alternatives of or similar to tutorials

lego-mindstorms-51515-jetson-nano
Combines the LEGO Mindstorms 51515 with the NVIDIA Jetson Nano
Stars: ✭ 31 (-26.19%)
Mutual labels:  text-to-speech, ocr
MouseTooltipTranslator
chrome extension - When mouse hover on text, it shows translated tooltip using google translate
Stars: ✭ 93 (+121.43%)
Mutual labels:  text-to-speech, ocr
Hms Ml Demo
HMS ML Demo provides an example of integrating Huawei ML Kit service into applications. This example demonstrates how to integrate services provided by ML Kit, such as face detection, text recognition, image segmentation, asr, and tts.
Stars: ✭ 187 (+345.24%)
Mutual labels:  text-to-speech, ocr
eureka
✍️ I read, I write, I think, I do, I learn, I code.
Stars: ✭ 106 (+152.38%)
Mutual labels:  tech, sports
tts-util-app
TTS Util — Text-to-speech utility Android app for synthesising text into audible speech
Stars: ✭ 22 (-47.62%)
Mutual labels:  text-to-speech
doctr-tfjs-demo
Javascript demo of docTR, powered by TensorFlowJS
Stars: ✭ 21 (-50%)
Mutual labels:  ocr
callgraph
Magic to display dynamic call graphs of Python function calls
Stars: ✭ 53 (+26.19%)
Mutual labels:  visualizations
sam
SAM: Software Automatic Mouth (Ported from https://github.com/vidarh/SAM)
Stars: ✭ 33 (-21.43%)
Mutual labels:  text-to-speech
medialytics
A basic, free tool that shows information about Plex Media Server content
Stars: ✭ 31 (-26.19%)
Mutual labels:  visualizations
editts
Official implementation of EdiTTS: Score-based Editing for Controllable Text-to-Speech
Stars: ✭ 74 (+76.19%)
Mutual labels:  text-to-speech
granblue-automation-android
Educational application written in Kotlin aimed at automating user-defined workflows for the mobile game, "Granblue Fantasy", using MediaProjection, AccessibilityService, and OpenCV.
Stars: ✭ 26 (-38.1%)
Mutual labels:  ocr
apptime
⚡ Advanced FREE Website Monitoring Service. (Node.js & MongoDB) - Not lastest version of Apptime.
Stars: ✭ 3 (-92.86%)
Mutual labels:  tech
Google-Maps-API-with-PHP-MySQL
A Snippet of code to help you in Google Maps API. In this Script PHP Array and MySQL is used to store Latitude and Longitude. This script is made for those who needs a Map with Multiple Markers which changes it's Position Dynamically. In other words, This is made for people who need t a Map solution for Uber Like Application
Stars: ✭ 50 (+19.05%)
Mutual labels:  google-maps-api
Fre-GAN-pytorch
Fre-GAN: Adversarial Frequency-consistent Audio Synthesis
Stars: ✭ 73 (+73.81%)
Mutual labels:  text-to-speech
Maeevick
my global strategy about continuous learnings and improvements, projects and activities
Stars: ✭ 23 (-45.24%)
Mutual labels:  tech
MediumScraper
Scraping articles of medium and providing audio versions 📑 to 🔊 using django
Stars: ✭ 12 (-71.43%)
Mutual labels:  text-to-speech
go-ocr
A tool for extracting text from scanned documents (via OCR), with user-defined post-processing.
Stars: ✭ 31 (-26.19%)
Mutual labels:  ocr
speak.awf
An Alfred 3 workflow that uses macOS's TTS (text-to-speech) feature to speak text aloud.
Stars: ✭ 29 (-30.95%)
Mutual labels:  text-to-speech
google-maps-services-php
PHP client library(SDK) for Google Maps API Web Services
Stars: ✭ 50 (+19.05%)
Mutual labels:  google-maps-api
leon
🧠 Leon is your open-source personal assistant.
Stars: ✭ 8,560 (+20280.95%)
Mutual labels:  text-to-speech

tutorials

Setup

NEW CHANGES

Going forward all new tutorial projects will follow the pattern of subreddit_analysis/ with a readme and specific install steps.

For older projects feel free to create an issue if you need help installing and I will fix it sooner. In general I would recommend using Miniconda Latest 64 bit for your operating system.

Install Steps

Windows:

  1. Download Minconda -- Select Latest Windows 64 bit
  2. Install and select the option to add Minconda to your system path (it isn't default)
  3. Install Windows Terminal
  4. [Optional but recommended] Install git-bash
  5. Open windows terminal and select a shell of your choice, on Windows I use Command Prompt or Git Bash
  6. Test that conda was installed conda info should give something like
active environment : None
       user config file : C:\Users\minim\.condarc
 populated config files :
          conda version : 4.10.1
    conda-build version : not installed
         python version : 3.9.1.final.0
       virtual packages : __cuda=11.3=0
                          __win=0=0
                          __archspec=1=x86_64
       base environment : C:\Users\minim\miniconda3  (writable)
      conda av data dir : C:\Users\minim\miniconda3\etc\conda
  conda av metadata url : https://repo.anaconda.com/pkgs/main
           channel URLs : https://repo.anaconda.com/pkgs/main/win-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/win-64
                          https://repo.anaconda.com/pkgs/r/noarch
                          https://repo.anaconda.com/pkgs/msys2/win-64
                          https://repo.anaconda.com/pkgs/msys2/noarch
          package cache : C:\Users\minim\miniconda3\pkgs
                          C:\Users\minim\.conda\pkgs
                          C:\Users\minim\AppData\Local\conda\conda\pkgs
       envs directories : C:\Users\minim\miniconda3\envs
                          C:\Users\minim\.conda\envs
                          C:\Users\minim\AppData\Local\conda\conda\envs
               platform : win-64
             user-agent : conda/4.10.1 requests/2.25.0 CPython/3.9.1 Windows/10 Windows/10.0.19041
          administrator : False
             netrc file : None
           offline mode : False
  1. Now choose where you want to run the projects. Use cd commands and you can download the repository by doing git clone https://github.com/rogerfitz/tutorials
  2. Nearly done now, cd into the directory and test that a tutorial works. I'd recommend starting with subreddit_analysis/README.md

Mac

  1. Download Minconda -- Select Latest Mac 64 bit
  2. Install and select the option to add Minconda to your system path (it isn't default)
  3. Open the Mac Terminal and test that conda was installed conda info should give something like
active environment : None
       user config file : C:\Users\minim\.condarc
 populated config files :
          conda version : 4.10.1
    conda-build version : not installed
         python version : 3.9.1.final.0
       virtual packages : __cuda=11.3=0
                          __win=0=0
                          __archspec=1=x86_64
       base environment : C:\Users\minim\miniconda3  (writable)
      conda av data dir : C:\Users\minim\miniconda3\etc\conda
  conda av metadata url : https://repo.anaconda.com/pkgs/main
           channel URLs : https://repo.anaconda.com/pkgs/main/win-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/win-64
                          https://repo.anaconda.com/pkgs/r/noarch
                          https://repo.anaconda.com/pkgs/msys2/win-64
                          https://repo.anaconda.com/pkgs/msys2/noarch
          package cache : C:\Users\minim\miniconda3\pkgs
                          C:\Users\minim\.conda\pkgs
                          C:\Users\minim\AppData\Local\conda\conda\pkgs
       envs directories : C:\Users\minim\miniconda3\envs
                          C:\Users\minim\.conda\envs
                          C:\Users\minim\AppData\Local\conda\conda\envs
               platform : win-64
             user-agent : conda/4.10.1 requests/2.25.0 CPython/3.9.1 Windows/10 Windows/10.0.19041
          administrator : False
             netrc file : None
           offline mode : False
  1. Install github command line if you don't have it already, in Mac terminal brew install git
  2. Now choose where you want to run the projects. Use cd commands and you can download the repository by doing git clone https://github.com/rogerfitz/tutorials
  3. Nearly done now, cd into the directory and test that a tutorial works. New to python? I'd recommend starting with intro_to_jupyter otherwise go with subreddit_analysis
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].