Nathan Lloyd
Nathan Lloyd
your json should provide the defintions and what type of word it is, adverb, adjective, noun, pronoun, verb... etc. Maybe JSON should be something like this? ```json { "word": {...
https://github.com/nielstenboom/recurring-content-detector/blob/1ed2d0f1356202af0f43ddffd1e006fe305cb1d9/recurring_content_detector/detector.py#L113-L121 What does `s` and `e` mean in your script?? Please use better naming convention
I guess this library isn't built for other devices but just wondering why? and can this be solved easily?
minor changes. Swapped `pydload` for `requests` as it uses `requests` anyway, the new implementation will provide a progress update. adjusted imports to be cleaner and removed unused imports
https://github.com/notAI-tech/NudeNet/blob/af4d8e4634a5d4cc5b90ad9ce5f633d56facd5b5/nudenet/classifier.py#L165 There is no `Classifer` method called `predict`.
Some of the artists I like have a lot of "singles" and I haven't got around to making playlists I imagine its because I had access to those sorts of...
### Why? I want players who are in the server to be more immersed in play and players who have left the server to be able to have more casual...
I have quite the thing for progress bars but my `C` isn't great. put simply I tried this ```c unsigned long numbytes = fwrite(buf, 1, size, image); ``` as this...
it's a standard in python to do so! your making life to hard by doing this!
No, tabs for indentation are the devil. Making this configurable would go against Black's philosophy. _Originally posted by @ambv in https://github.com/psf/black/issues/47#issuecomment-374964663_ I'm brining up again. I found one **fork** that...