requirements.txt 1.1 KB

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
  13. albumentations==1.4.10
  14. opencv-python==4.5.5.64; platform_system == "Windows"
  15. opencv-python-headless==4.10.0.84; platform_system == "Windows"
  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. pydantic>=2
  36. typing_extensions>=4.11
  37. ######## For Chatocrv3 #######
  38. langchain==0.2.17
  39. langchain-openai==0.1.25
  40. langchain-community==0.2.17
  41. langchain-text-splitters==0.2.4
  42. transformers==4.40.0
  43. openai==1.63.2
  44. unstructured
  45. networkx
  46. faiss-cpu
  47. ######## For Video #######
  48. decord==0.6.0; (platform_machine == 'x86_64' or platform_machine == 'AMD64') and sys_platform != 'darwin'
  49. ######## For NLP Tokenizer #######
  50. jieba
  51. sentencepiece
  52. jinja2
  53. regex
  54. ######## For Speech #######
  55. soundfile
  56. ######## For 3D BEVFusion #######
  57. pyquaternion