Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

requirements.txt 294 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
  1. ### Start cookiecutter
  2. # local package
  3. -e .
  4. # external requirements
  5. click
  6. Sphinx
  7. coverage
  8. awscli
  9. flake8
  10. python-dotenv>=0.5.1
  11. ### End cookiecutter
  12. ### Project-specific Requirements Below
  13. pandas
  14. langdetect
  15. emoji
  16. requests
  17. boto3
  18. nltk
  19. ipykernel
  20. sklearn
  21. fastapi[all]
  22. gunicorn
  23. honcho
  24. cloudpickle
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...