requirements.txt 968 B

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==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. langchain==0.2.17
  38. langchain-community==0.2.17
  39. langchain-text-splitters==0.2.4
  40. transformers==4.40.0
  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. nuscenes-devkit
  55. pyquaternion