requirements.txt 978 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. prettytable # only for benchmark
  2. py-cpuinfo # LaTeX_OCR_rec only support MKLDNN on CPU
  3. imagesize
  4. colorlog
  5. PyYAML==6.0.2
  6. filelock
  7. ftfy
  8. ruamel.yaml
  9. chardet
  10. numpy==1.24.4; python_version<"3.12"
  11. numpy==1.26.4; python_version>="3.12"
  12. matplotlib==3.5.2
  13. albumentations==1.4.10
  14. opencv-python==4.5.5.64
  15. opencv-python-headless==4.10.0.84
  16. opencv-contrib-python==4.10.0.84
  17. open3d
  18. chinese_calendar
  19. scikit-learn
  20. pycocotools
  21. tqdm
  22. pyclipper
  23. shapely
  24. pandas
  25. parsley
  26. requests
  27. tokenizers==0.19.1
  28. GPUtil>=1.4.0
  29. scikit-image
  30. lxml
  31. openpyxl
  32. premailer
  33. PyMuPDF
  34. ujson
  35. Pillow
  36. importlib_resources>=6.4
  37. ######## For Chatocrv3 #######
  38. qianfan==0.0.3
  39. langchain==0.1.5
  40. langchain-community==0.0.17
  41. erniebot == 0.5.9
  42. erniebot-agent == 0.5.2
  43. unstructured
  44. networkx
  45. faiss-cpu
  46. ######## For Vidio #######
  47. decord==0.6.0; platform_machine == 'x86_64'
  48. ######## For NLP Tokenizer #######
  49. jieba
  50. sentencepiece
  51. jinja2
  52. regex
  53. ######## For Speech #######
  54. soundfile
  55. ######## For 3D BEVFusion #######
  56. nuscenes-devkit
  57. pyquaternion