معرفی شرکت ها


FastAudioVisal-0.0.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A command tool to deal with the recognition in audiovisual domain. It is pipline tool for all of the work.
ویژگی مقدار
سیستم عامل -
نام فایل FastAudioVisal-0.0.1
نام FastAudioVisal
نسخه کتابخانه 0.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Peng Liu
ایمیل نویسنده liupeng19970119@gmail.com
آدرس صفحه اصلی https://github.com/liupeng678/FastAudioVisual
آدرس اینترنتی https://pypi.org/project/FastAudioVisal/
مجوز -
# count-line ## Usage A cross-platform command line tool to count the amount of lines and files under current directory. ## Installation You can install, upgrade, uninstall count-line with these commands(without $): ``` $ pip install count-line $ pip install --upgrade count-line $ pip unstall count-line ``` ## Help ``` usage: line.py [-h] [-s SUFFIX | -f FILTER] [-d] count the amount of lines and files under the current directory optional arguments: -h, --help show this help message and exit -s SUFFIX, --suffix SUFFIX count by suffix file name, format: .suffix1.suffix2... e.g: .cpp.py (without space) -f FILTER, --filter FILTER count without filter name, format: .suffix1.suffix2... e.g: .cpp.py (without space) -d, --detail show detail results ``` ## Examples 1. Count all files under the current directory: ``` $ line Search in /Users/macbook/Desktop/Examples1/ file count: 4 line count: 373 ``` 2. Count all files under the current directory with detail results: ``` $ line -d Search in /Users/macbook/Desktop/Examples2/ ======================================== 文件后缀名 文件数 总行数 .py 5 397 .cpp 240 11346 总文件数: 245 总行数: 11743 ======================================== ``` 3. Count specified files under the current directory, using -s to pass suffix as parameters, if there are more than one parameter, don't have space, for example, count cpp files and python files: ``` $ line -s .cpp.py Search in /Users/macbook/Desktop/Examples3/ file count: 3 line count: 243 $ line -s .cpp.py -d Search in /Users/macbook/Desktop/Examples3/ ======================================== 文件后缀名 文件数 总行数 .py 5 397 .cpp 240 11346 总文件数: 245 总行数: 11743 ======================================== ``` 4. Count files under the current directory with filter: ``` $ line -f .py -d Search in /Users/macbook/Desktop/Examples4/ ======================================== 文件后缀名 文件数 总行数 .cpp 240 11346 总文件数: 240 总行数: 11528 ======================================== $ line -d Search in /Users/macbook/Desktop/Examples4/ ======================================== 文件后缀名 文件数 总行数 .py 5 397 .cpp 240 11346 总文件数: 245 总行数: 11743 ======================================== ```


نیازمندی

مقدار نام
- tensorflow
- librosa
- matplotlib
- torch
!=1.11.1,<=2,>=1.11 Django


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl FastAudioVisal-0.0.1:

    pip install FastAudioVisal-0.0.1.whl


نصب پکیج tar.gz FastAudioVisal-0.0.1:

    pip install FastAudioVisal-0.0.1.tar.gz