requirements.txt 971 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. chinese_calendar
  18. scikit-learn
  19. pycocotools
  20. tqdm
  21. pyclipper
  22. shapely
  23. pandas
  24. parsley
  25. requests
  26. tokenizers==0.19.1
  27. GPUtil>=1.4.0
  28. scikit-image
  29. lxml
  30. openpyxl
  31. premailer
  32. PyMuPDF
  33. ujson
  34. Pillow
  35. importlib_resources>=6.4
  36. ######## For Chatocrv3 #######
  37. qianfan==0.0.3
  38. langchain==0.1.5
  39. langchain-community==0.0.17
  40. erniebot == 0.5.9
  41. erniebot-agent == 0.5.2
  42. unstructured
  43. networkx
  44. faiss-cpu
  45. ######## For Vidio #######
  46. decord==0.6.0; platform_machine == 'x86_64'
  47. ######## For NLP Tokenizer #######
  48. jieba
  49. sentencepiece
  50. jinja2
  51. regex
  52. ######## For Speech #######
  53. soundfile
  54. ######## For 3D BEVFusion #######
  55. nuscenes-devkit
  56. pyquaternion