All Projects → GuillaumeFalourd → formulas-python

GuillaumeFalourd / formulas-python

Licence: Apache-2.0 license
Ritchie CLI formulas in Python 🐍

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects
Batchfile
5799 projects
Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to formulas-python

Awesome Ai Services
An overview of the AI-as-a-service landscape
Stars: ✭ 133 (+682.35%)
Mutual labels:  speech-recognition, text-recognition, face-recognition
Training extensions
Trainable models and NN optimization tools
Stars: ✭ 857 (+4941.18%)
Mutual labels:  text-recognition, face-recognition
Libfaceid
libfaceid is a research framework for prototyping of face recognition solutions. It seamlessly integrates multiple detection, recognition and liveness models w/ speech synthesis and speech recognition.
Stars: ✭ 354 (+1982.35%)
Mutual labels:  speech-recognition, face-recognition
Ctcwordbeamsearch
Connectionist Temporal Classification (CTC) decoder with dictionary and language model for TensorFlow.
Stars: ✭ 398 (+2241.18%)
Mutual labels:  speech-recognition, text-recognition
lbph
Local Binary Patterns Histograms (LBPH) implementation in Go
Stars: ✭ 50 (+194.12%)
Mutual labels:  face-recognition
Deep-learning-And-Paper
【仅作为交流学习使用】机器智能--相关书目及经典论文包括AutoML、情感分类、语音识别、声纹识别、语音合成实验代码等
Stars: ✭ 62 (+264.71%)
Mutual labels:  speech-recognition
revai-node-sdk
Node.js SDK for the Rev AI API
Stars: ✭ 21 (+23.53%)
Mutual labels:  speech-recognition
deep avsr
A PyTorch implementation of the Deep Audio-Visual Speech Recognition paper.
Stars: ✭ 104 (+511.76%)
Mutual labels:  speech-recognition
soxan
Wav2Vec for speech recognition, classification, and audio classification
Stars: ✭ 113 (+564.71%)
Mutual labels:  speech-recognition
Face Detection HOG
Face Detection using HOG and SVM
Stars: ✭ 13 (-23.53%)
Mutual labels:  face-recognition
FaceNet-based-Attendance-System
Deep Learning based Web Application for marking attendance of students by recognizing the student's faces from the surveillance video footage of classroom.
Stars: ✭ 25 (+47.06%)
Mutual labels:  face-recognition
Face-Recognition-Attendance
Face recognition using OpenCV and developed Advance high speed Attendance System on old CCTV footage
Stars: ✭ 19 (+11.76%)
Mutual labels:  face-recognition
age-and-gender
Predict Age and Gender of people from images | Determination of gender and age
Stars: ✭ 68 (+300%)
Mutual labels:  face-recognition
TextRecognizer
By this library you can extract text from image.
Stars: ✭ 60 (+252.94%)
Mutual labels:  text-recognition
WhoAreYou
Face detection and recognition with CoreML and ARKit
Stars: ✭ 91 (+435.29%)
Mutual labels:  face-recognition
deepspeech.mxnet
A MXNet implementation of Baidu's DeepSpeech architecture
Stars: ✭ 82 (+382.35%)
Mutual labels:  speech-recognition
A chronology of deep learning
Tracing back and exposing in chronological order the main ideas in the field of deep learning, to help everyone better understand the current intense research in AI.
Stars: ✭ 47 (+176.47%)
Mutual labels:  speech-recognition
Tensorflow-Keyword-Spotting
Keyword spotting using various architecture like convolutional vggnet , 1D convolutional network and CTC.
Stars: ✭ 27 (+58.82%)
Mutual labels:  speech-recognition
face-recognition
🙂 An OpenCV application that can detect & recognize your face in real-time
Stars: ✭ 13 (-23.53%)
Mutual labels:  face-recognition
PassFace
Face recognizing program develop using EmguCV (OpenCV wrapper). It is possible to use 4 different algorithm and 3 different source(Camera, Video, Image)
Stars: ✭ 38 (+123.53%)
Mutual labels:  face-recognition

Security Pipeline

Formulas Python

title

📚 Documentation

This repository contains Ritchie formulas which can be executed by ritchie-cli.

📦 Use Formulas

To import this repository, you need Ritchie CLI installed

Then, you can use the rit add repo command manually, or execute the command line below directly on your terminal (since CLI version 2.8.0):

rit add repo --provider="Github" --name="formulas-python" --repoUrl="https://github.com/GuillaumeFalourd/formulas-python" --priority=1

Finally, you can check if the repository has been imported correctly by executing the rit list repo command.

🔎 What you'll find in this repository

Image

Image

Recognition / Detection

Formula allowing to convert a text (from a txt file or input) to an audio file.

Formula using face recognition using the computer webcam.

Formula using speech recognition converting what you speak in a txt file.

Formula detecting text from an image input.

Formula detecting text using the computer webcam.

Others

Formula using the boto3 library to interact with AWS.

Formula sending an email.

Formula making a wiki search based on user input.

Working On

♻️ Contribute to the repository

🆕 Creating formulas

  1. Fork and clone the repository
  2. Create a branch: git checkout -b <branch_name>
  3. Check the step by step of how to create formulas on Ritchie
  4. Add your formulas to the repository and commit your implementation: git commit -m '<commit_message>
  5. Push your branch: git push origin <project_name>/<location>
  6. Open a pull request on the repository for analysis.

🆒 Updating Formulas

  1. Fork and clone the repository
  2. Create a branch: git checkout -b <branch_name>
  3. Add the cloned repository to your workspaces (rit add workspace) with a highest priority (for example: 1).
  4. Check the step by step of how to implement formulas on Ritchie and commit your implementation: git commit -m '<commit_message>
  5. Push your branch: git push origin <project_name>/<location>
  6. Open a pull request on the repository for analysis.

Similar contents

If you want to see similar formulas repositories:

  • formulas-aws: Repository with formulas interacting with AWS.

title

  • formulas-insights: Repository with formulas getting insights from Github, LinkedIn, Google accounts.

title

  • formulas-games: Repository with formulas games (pacman, space invasion, dino-rush, flappy bird...)

title

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].