SuganthKrishna2003 commited on
Commit
b316022
·
1 Parent(s): a73b924

create requirements.py

Browse files
Files changed (1) hide show
  1. requirements.py +7 -0
requirements.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ # Installing Necessary Packages
2
+
3
+ pip install transformers
4
+ pip install torch
5
+ pip install opencv-python
6
+ pip install openai
7
+ pip install sentencepiece