alvaroalon2 commited on
Commit
ceb1437
·
1 Parent(s): fc10617

Update HF README adding model card, added requirements.txt and pre-requirements.txt

Browse files
Files changed (2) hide show
  1. README.md +13 -0
  2. pre-requirements.txt +1 -0
README.md CHANGED
@@ -63,6 +63,19 @@ pinned: true
63
  tags: [academic, english, learning, gpt, multimodal, whisper, gpt4-vision, dall-e, chatbot]
64
  license: cc-by-nd-4.0
65
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
66
 
67
  # LinguAIcoach
68
 
 
63
  tags: [academic, english, learning, gpt, multimodal, whisper, gpt4-vision, dall-e, chatbot]
64
  license: cc-by-nd-4.0
65
  ---
66
+ ---
67
+ title: LinguAIcoach
68
+ emoji: 💬
69
+ colorFrom: blue
70
+ colorTo: red
71
+ sdk: streamlit
72
+ sdk_version: 1.31.1
73
+ python_version: 3.12
74
+ app_file: src/main.py
75
+ pinned: true
76
+ tags: [academic, english, learning, gpt, multimodal, whisper, gpt4-vision, dall-e, chatbot]
77
+ license: cc-by-nd-4.0
78
+ ---
79
 
80
  # LinguAIcoach
81
 
pre-requirements.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pip>=24.0