Spaces:
Sleeping
Sleeping
ghadaAlmuaikel
commited on
Commit
•
4f4a4fe
1
Parent(s):
1ca713e
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
#information about job descriptions
|
2 |
data = {
|
3 |
'Company': ['Google', 'Amazon', 'Microsoft', 'Facebook', 'Tesla'],
|
|
|
1 |
+
import gradio as gr
|
2 |
+
import pandas as pd
|
3 |
+
import matplotlib.pyplot as plt
|
4 |
+
from transformers import pipeline
|
5 |
+
from sentence_transformers import SentenceTransformer, util
|
6 |
+
from langdetect import detect
|
7 |
+
|
8 |
#information about job descriptions
|
9 |
data = {
|
10 |
'Company': ['Google', 'Amazon', 'Microsoft', 'Facebook', 'Tesla'],
|