requirements.txt 1.1 KB

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