requirements.txt 813 B

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