requirements.txt 942 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. ######## For Chatocrv3 #######
  36. langchain==0.2.17
  37. langchain-community==0.2.17
  38. langchain-text-splitters==0.2.4
  39. transformers==4.40.0
  40. openai==1.63.2
  41. unstructured
  42. networkx
  43. faiss-cpu
  44. ######## For Vidio #######
  45. decord==0.6.0; platform_machine == 'x86_64'
  46. ######## For NLP Tokenizer #######
  47. jieba
  48. sentencepiece
  49. jinja2
  50. regex
  51. ######## For Speech #######
  52. soundfile
  53. ######## For 3D BEVFusion #######
  54. pyquaternion