| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
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.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuse#!/usr/bin/python
class CarlosToxtli:
def __init__(self):
self.name = "Carlos Toxtli"
self.researcher = True
self.developer = True
self.languages = ["en_US", "es_MX"]
def say_hi(self):
print("I'm glad you read my intro! Please also visit my website carlostoxtli.com")
me = CarlosToxtli()
me.say_hi()AutomEditor is an AI based video editor that helps video bloggers to remove bloopers automatically. It uses multimodal spatio-temporal blooper recognition and localization approaches. The models we…
GUI tool that orchestrates crawlers and chat bots. State machine based system.
| Back | FazBrowse Home | New Git URL |