shanmukavenkat commited on
Commit
5aedb04
·
1 Parent(s): 3c7da78
Files changed (6) hide show
  1. .gitattributes +1 -0
  2. README.md +8 -6
  3. app.py +3 -0
  4. app_old_IBM.py +3 -0
  5. requirements.txt +3 -0
  6. requirements_old.txt +3 -0
.gitattributes CHANGED
@@ -1,3 +1,4 @@
 
1
  *.7z filter=lfs diff=lfs merge=lfs -text
2
  *.arrow filter=lfs diff=lfs merge=lfs -text
3
  *.bin filter=lfs diff=lfs merge=lfs -text
 
1
+ *.py filter=lfs diff=lfs merge=lfs -text
2
  *.7z filter=lfs diff=lfs merge=lfs -text
3
  *.arrow filter=lfs diff=lfs merge=lfs -text
4
  *.bin filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,12 +1,14 @@
1
  ---
2
- title: Carrer
3
- emoji: 📚
4
- colorFrom: indigo
5
- colorTo: red
6
  sdk: gradio
7
- sdk_version: 5.25.2
8
  app_file: app.py
9
  pinned: false
 
 
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: Career Advisor
3
+ emoji: 🏃
4
+ colorFrom: gray
5
+ colorTo: indigo
6
  sdk: gradio
7
+ sdk_version: 5.12.0
8
  app_file: app.py
9
  pinned: false
10
+ license: afl-3.0
11
+ short_description: Career Advice Matching your Skills and Likes
12
  ---
13
 
14
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47c51f897245d89dd634bebe137d451a1c5bf76cc75a9f552e1cb1af72a60c1f
3
+ size 2469
app_old_IBM.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4938ab7a5b8e1d4dda4590d7665d617e5e93e7c50b9fd908e8834838348ca0a6
3
+ size 3682
requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ openai>=1.0.0
2
+ gradio>=3.39
3
+ python-dotenv
requirements_old.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ ibm-watson-machine-learning
2
+ gradio
3
+ python-dotenv