Spaces:
Runtime error
Runtime error
Harshad Bhandwaldar
commited on
Commit
•
8ca4128
1
Parent(s):
08f1650
model added
Browse files- .DS_Store +0 -0
- .idea/.gitignore +3 -0
- .idea/chat-anna-en.iml +8 -0
- .idea/inspectionProfiles/Project_Default.xml +102 -0
- .idea/inspectionProfiles/profiles_settings.xml +6 -0
- .idea/misc.xml +4 -0
- .idea/modules.xml +8 -0
- .idea/vcs.xml +6 -0
- app.py +171 -0
- data.json +73 -0
- labels.pkl +0 -0
- model.h5 +0 -0
- requirements.txt +219 -0
- texts.pkl +0 -0
.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
.idea/.gitignore
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
# Default ignored files
|
2 |
+
/shelf/
|
3 |
+
/workspace.xml
|
.idea/chat-anna-en.iml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<module type="PYTHON_MODULE" version="4">
|
3 |
+
<component name="NewModuleRootManager">
|
4 |
+
<content url="file://$MODULE_DIR$" />
|
5 |
+
<orderEntry type="inheritedJdk" />
|
6 |
+
<orderEntry type="sourceFolder" forTests="false" />
|
7 |
+
</component>
|
8 |
+
</module>
|
.idea/inspectionProfiles/Project_Default.xml
ADDED
@@ -0,0 +1,102 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<component name="InspectionProjectProfileManager">
|
2 |
+
<profile version="1.0">
|
3 |
+
<option name="myName" value="Project Default" />
|
4 |
+
<inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
5 |
+
<option name="ignoredPackages">
|
6 |
+
<value>
|
7 |
+
<list size="89">
|
8 |
+
<item index="0" class="java.lang.String" itemvalue="pathspec" />
|
9 |
+
<item index="1" class="java.lang.String" itemvalue="transformers" />
|
10 |
+
<item index="2" class="java.lang.String" itemvalue="huggingface-hub" />
|
11 |
+
<item index="3" class="java.lang.String" itemvalue="numpy" />
|
12 |
+
<item index="4" class="java.lang.String" itemvalue="importlib-metadata" />
|
13 |
+
<item index="5" class="java.lang.String" itemvalue="exceptiongroup" />
|
14 |
+
<item index="6" class="java.lang.String" itemvalue="fastapi" />
|
15 |
+
<item index="7" class="java.lang.String" itemvalue="filelock" />
|
16 |
+
<item index="8" class="java.lang.String" itemvalue="platformdirs" />
|
17 |
+
<item index="9" class="java.lang.String" itemvalue="zipp" />
|
18 |
+
<item index="10" class="java.lang.String" itemvalue="starlette" />
|
19 |
+
<item index="11" class="java.lang.String" itemvalue="urllib3" />
|
20 |
+
<item index="12" class="java.lang.String" itemvalue="uvicorn" />
|
21 |
+
<item index="13" class="java.lang.String" itemvalue="joblib" />
|
22 |
+
<item index="14" class="java.lang.String" itemvalue="mypy" />
|
23 |
+
<item index="15" class="java.lang.String" itemvalue="nltk" />
|
24 |
+
<item index="16" class="java.lang.String" itemvalue="python-dateutil" />
|
25 |
+
<item index="17" class="java.lang.String" itemvalue="mypy-extensions" />
|
26 |
+
<item index="18" class="java.lang.String" itemvalue="pycodestyle" />
|
27 |
+
<item index="19" class="java.lang.String" itemvalue="setuptools" />
|
28 |
+
<item index="20" class="java.lang.String" itemvalue="cycler" />
|
29 |
+
<item index="21" class="java.lang.String" itemvalue="flake8" />
|
30 |
+
<item index="22" class="java.lang.String" itemvalue="markupsafe" />
|
31 |
+
<item index="23" class="java.lang.String" itemvalue="mccabe" />
|
32 |
+
<item index="24" class="java.lang.String" itemvalue="tomli" />
|
33 |
+
<item index="25" class="java.lang.String" itemvalue="itsdangerous" />
|
34 |
+
<item index="26" class="java.lang.String" itemvalue="pyparsing" />
|
35 |
+
<item index="27" class="java.lang.String" itemvalue="werkzeug" />
|
36 |
+
<item index="28" class="java.lang.String" itemvalue="six" />
|
37 |
+
<item index="29" class="java.lang.String" itemvalue="pyflakes" />
|
38 |
+
<item index="30" class="java.lang.String" itemvalue="black" />
|
39 |
+
<item index="31" class="java.lang.String" itemvalue="kiwisolver" />
|
40 |
+
<item index="32" class="java.lang.String" itemvalue="setuptools-scm" />
|
41 |
+
<item index="33" class="java.lang.String" itemvalue="wordcloud" />
|
42 |
+
<item index="34" class="java.lang.String" itemvalue="packaging" />
|
43 |
+
<item index="35" class="java.lang.String" itemvalue="typing-extensions" />
|
44 |
+
<item index="36" class="java.lang.String" itemvalue="click" />
|
45 |
+
<item index="37" class="java.lang.String" itemvalue="contourpy" />
|
46 |
+
<item index="38" class="java.lang.String" itemvalue="jinja2" />
|
47 |
+
<item index="39" class="java.lang.String" itemvalue="pandas" />
|
48 |
+
<item index="40" class="java.lang.String" itemvalue="tqdm" />
|
49 |
+
<item index="41" class="java.lang.String" itemvalue="fonttools" />
|
50 |
+
<item index="42" class="java.lang.String" itemvalue="regex" />
|
51 |
+
<item index="43" class="java.lang.String" itemvalue="matplotlib" />
|
52 |
+
<item index="44" class="java.lang.String" itemvalue="pillow" />
|
53 |
+
<item index="45" class="java.lang.String" itemvalue="isort" />
|
54 |
+
<item index="46" class="java.lang.String" itemvalue="pytz" />
|
55 |
+
<item index="47" class="java.lang.String" itemvalue="flask" />
|
56 |
+
<item index="48" class="java.lang.String" itemvalue="textblob" />
|
57 |
+
<item index="49" class="java.lang.String" itemvalue="nemo-toolkit" />
|
58 |
+
<item index="50" class="java.lang.String" itemvalue="gradio" />
|
59 |
+
<item index="51" class="java.lang.String" itemvalue="pytube" />
|
60 |
+
<item index="52" class="java.lang.String" itemvalue="nemo" />
|
61 |
+
<item index="53" class="java.lang.String" itemvalue="gluoncv" />
|
62 |
+
<item index="54" class="java.lang.String" itemvalue="opencv-python" />
|
63 |
+
<item index="55" class="java.lang.String" itemvalue="mxnet" />
|
64 |
+
<item index="56" class="java.lang.String" itemvalue="absl-py" />
|
65 |
+
<item index="57" class="java.lang.String" itemvalue="google-pasta" />
|
66 |
+
<item index="58" class="java.lang.String" itemvalue="protobuf" />
|
67 |
+
<item index="59" class="java.lang.String" itemvalue="rsa" />
|
68 |
+
<item index="60" class="java.lang.String" itemvalue="tensorflow-estimator" />
|
69 |
+
<item index="61" class="java.lang.String" itemvalue="opt-einsum" />
|
70 |
+
<item index="62" class="java.lang.String" itemvalue="gast" />
|
71 |
+
<item index="63" class="java.lang.String" itemvalue="requests" />
|
72 |
+
<item index="64" class="java.lang.String" itemvalue="pyasn1" />
|
73 |
+
<item index="65" class="java.lang.String" itemvalue="pyasn1-modules" />
|
74 |
+
<item index="66" class="java.lang.String" itemvalue="requests-oauthlib" />
|
75 |
+
<item index="67" class="java.lang.String" itemvalue="tensorboard-plugin-wit" />
|
76 |
+
<item index="68" class="java.lang.String" itemvalue="certifi" />
|
77 |
+
<item index="69" class="java.lang.String" itemvalue="oauthlib" />
|
78 |
+
<item index="70" class="java.lang.String" itemvalue="astunparse" />
|
79 |
+
<item index="71" class="java.lang.String" itemvalue="markdown" />
|
80 |
+
<item index="72" class="java.lang.String" itemvalue="keras" />
|
81 |
+
<item index="73" class="java.lang.String" itemvalue="tensorflow-cpu" />
|
82 |
+
<item index="74" class="java.lang.String" itemvalue="google-auth-oauthlib" />
|
83 |
+
<item index="75" class="java.lang.String" itemvalue="h5py" />
|
84 |
+
<item index="76" class="java.lang.String" itemvalue="wheel" />
|
85 |
+
<item index="77" class="java.lang.String" itemvalue="tensorboard-data-server" />
|
86 |
+
<item index="78" class="java.lang.String" itemvalue="wrapt" />
|
87 |
+
<item index="79" class="java.lang.String" itemvalue="termcolor" />
|
88 |
+
<item index="80" class="java.lang.String" itemvalue="flatbuffers" />
|
89 |
+
<item index="81" class="java.lang.String" itemvalue="tensorboard" />
|
90 |
+
<item index="82" class="java.lang.String" itemvalue="clang" />
|
91 |
+
<item index="83" class="java.lang.String" itemvalue="cachetools" />
|
92 |
+
<item index="84" class="java.lang.String" itemvalue="charset-normalizer" />
|
93 |
+
<item index="85" class="java.lang.String" itemvalue="grpcio" />
|
94 |
+
<item index="86" class="java.lang.String" itemvalue="keras-preprocessing" />
|
95 |
+
<item index="87" class="java.lang.String" itemvalue="google-auth" />
|
96 |
+
<item index="88" class="java.lang.String" itemvalue="idna" />
|
97 |
+
</list>
|
98 |
+
</value>
|
99 |
+
</option>
|
100 |
+
</inspection_tool>
|
101 |
+
</profile>
|
102 |
+
</component>
|
.idea/inspectionProfiles/profiles_settings.xml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<component name="InspectionProjectProfileManager">
|
2 |
+
<settings>
|
3 |
+
<option name="USE_PROJECT_PROFILE" value="false" />
|
4 |
+
<version value="1.0" />
|
5 |
+
</settings>
|
6 |
+
</component>
|
.idea/misc.xml
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<project version="4">
|
3 |
+
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.9 (speech_to_text_zh_quartznet15x5)" project-jdk-type="Python SDK" />
|
4 |
+
</project>
|
.idea/modules.xml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<project version="4">
|
3 |
+
<component name="ProjectModuleManager">
|
4 |
+
<modules>
|
5 |
+
<module fileurl="file://$PROJECT_DIR$/.idea/chat-anna-en.iml" filepath="$PROJECT_DIR$/.idea/chat-anna-en.iml" />
|
6 |
+
</modules>
|
7 |
+
</component>
|
8 |
+
</project>
|
.idea/vcs.xml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<project version="4">
|
3 |
+
<component name="VcsDirectoryMappings">
|
4 |
+
<mapping directory="" vcs="Git" />
|
5 |
+
</component>
|
6 |
+
</project>
|
app.py
ADDED
@@ -0,0 +1,171 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import gradio as gr
|
2 |
+
|
3 |
+
import nltk
|
4 |
+
|
5 |
+
nltk.download('popular')
|
6 |
+
from nltk.stem import WordNetLemmatizer
|
7 |
+
|
8 |
+
lemmatizer = WordNetLemmatizer()
|
9 |
+
import pickle
|
10 |
+
import numpy as np
|
11 |
+
|
12 |
+
from tensorflow.keras.models import load_model
|
13 |
+
|
14 |
+
model = load_model('model.h5')
|
15 |
+
import json
|
16 |
+
import random
|
17 |
+
import pyttsx3
|
18 |
+
import speech_recognition as sr
|
19 |
+
|
20 |
+
engine = pyttsx3.init()
|
21 |
+
|
22 |
+
# Set Rate
|
23 |
+
engine.setProperty('rate', 190)
|
24 |
+
|
25 |
+
# Set Volume
|
26 |
+
# engine.setProperty('volume', 1.0)
|
27 |
+
|
28 |
+
# Set Voice (Female)
|
29 |
+
voices = engine.getProperty('voices')
|
30 |
+
engine.setProperty('voice', voices[1].id)
|
31 |
+
|
32 |
+
|
33 |
+
intents = json.loads(open('data.json').read())
|
34 |
+
words = pickle.load(open('texts.pkl', 'rb'))
|
35 |
+
classes = pickle.load(open('labels.pkl', 'rb'))
|
36 |
+
|
37 |
+
|
38 |
+
def take_user_input():
|
39 |
+
"""Takes user input, recognizes it using Speech Recognition module and converts it into text"""
|
40 |
+
|
41 |
+
r = sr.Recognizer()
|
42 |
+
with sr.Microphone() as source:
|
43 |
+
print('Listening....')
|
44 |
+
r.pause_threshold = 1
|
45 |
+
audio = r.listen(source)
|
46 |
+
|
47 |
+
try:
|
48 |
+
print('Recognizing...')
|
49 |
+
query = r.recognize_google(audio, language='en-in')
|
50 |
+
if not 'exit' in query or 'stop' in query:
|
51 |
+
speak('How can I help you?')
|
52 |
+
else:
|
53 |
+
hour = datetime.now().hour
|
54 |
+
if hour >= 21 and hour < 6:
|
55 |
+
speak("Good night sir, take care!")
|
56 |
+
else:
|
57 |
+
speak('Have a good day sir!')
|
58 |
+
exit()
|
59 |
+
except Exception:
|
60 |
+
speak('Sorry, I could not understand. Could you please say that again?')
|
61 |
+
query = 'None'
|
62 |
+
return query
|
63 |
+
|
64 |
+
def speak(text):
|
65 |
+
"""Used to speak whatever text is passed to it"""
|
66 |
+
|
67 |
+
engine.say(text)
|
68 |
+
engine.runAndWait()
|
69 |
+
|
70 |
+
|
71 |
+
def clean_up_sentence(sentence):
|
72 |
+
# tokenize the pattern - split words into array
|
73 |
+
sentence_words = nltk.word_tokenize(sentence)
|
74 |
+
# stem each word - create short form for word
|
75 |
+
sentence_words = [lemmatizer.lemmatize(word.lower()) for word in sentence_words]
|
76 |
+
return sentence_words
|
77 |
+
|
78 |
+
|
79 |
+
# return bag of words array: 0 or 1 for each word in the bag that exists in the sentence
|
80 |
+
|
81 |
+
def bow(sentence, words, show_details=True):
|
82 |
+
# tokenize the pattern
|
83 |
+
sentence_words = clean_up_sentence(sentence)
|
84 |
+
# bag of words - matrix of N words, vocabulary matrix
|
85 |
+
bag = [0] * len(words)
|
86 |
+
for s in sentence_words:
|
87 |
+
for i, w in enumerate(words):
|
88 |
+
if w == s:
|
89 |
+
# assign 1 if current word is in the vocabulary position
|
90 |
+
bag[i] = 1
|
91 |
+
if show_details:
|
92 |
+
print("found in bag: %s" % w)
|
93 |
+
return (np.array(bag))
|
94 |
+
|
95 |
+
|
96 |
+
def predict_class(sentence, model):
|
97 |
+
# filter out predictions below a threshold
|
98 |
+
p = bow(sentence, words, show_details=False)
|
99 |
+
res = model.predict(np.array([p]))[0]
|
100 |
+
ERROR_THRESHOLD = 0.25
|
101 |
+
results = [[i, r] for i, r in enumerate(res) if r > ERROR_THRESHOLD]
|
102 |
+
# sort by strength of probability
|
103 |
+
results.sort(key=lambda x: x[1], reverse=True)
|
104 |
+
return_list = []
|
105 |
+
for r in results:
|
106 |
+
return_list.append({"intent": classes[r[0]], "probability": str(r[1])})
|
107 |
+
return return_list
|
108 |
+
|
109 |
+
|
110 |
+
def getResponse(ints, intents_json):
|
111 |
+
tag = ints[0]['intent']
|
112 |
+
list_of_intents = intents_json['intents']
|
113 |
+
for i in list_of_intents:
|
114 |
+
if (i['tag'] == tag):
|
115 |
+
result = random.choice(i['responses'])
|
116 |
+
break
|
117 |
+
return result
|
118 |
+
|
119 |
+
|
120 |
+
def chatbot_response(msg):
|
121 |
+
ints = predict_class(msg, model)
|
122 |
+
res = getResponse(ints, intents)
|
123 |
+
# text = model.transcribe(["audio.wav"])
|
124 |
+
# print(text[0])
|
125 |
+
speak(res)
|
126 |
+
return res
|
127 |
+
|
128 |
+
|
129 |
+
# from flask import Flask, render_template, request
|
130 |
+
#
|
131 |
+
# app = Flask(__name__)
|
132 |
+
# app.static_folder = 'static'
|
133 |
+
|
134 |
+
|
135 |
+
# @app.route("/")
|
136 |
+
# def home():
|
137 |
+
# return render_template("index.html")
|
138 |
+
|
139 |
+
|
140 |
+
# @app.route("/get")
|
141 |
+
# def get_bot_response():
|
142 |
+
# # userText = request.args.get('msg')
|
143 |
+
# # take_user_input()
|
144 |
+
# userText = input("You: ")
|
145 |
+
# print("Bott: ", chatbot_response(userText))
|
146 |
+
# # return chatbot_response(userText)
|
147 |
+
|
148 |
+
|
149 |
+
# if __name__ == "__main__":
|
150 |
+
# # app.run(host='0.0.0.0', port='7000')
|
151 |
+
# while 1:
|
152 |
+
# get_bot_response()
|
153 |
+
|
154 |
+
|
155 |
+
prompt = "Ask anything ..."
|
156 |
+
|
157 |
+
block = gr.Blocks()
|
158 |
+
|
159 |
+
|
160 |
+
with block:
|
161 |
+
# gr.Markdown("""<h2><center> Talk to Marv</center></h2>
|
162 |
+
# """)
|
163 |
+
# gr.Markdown("""<h4><center> The Sarcastic Chatbot</center></h4>
|
164 |
+
# """)
|
165 |
+
chatbot = gr.Chatbot()
|
166 |
+
message = gr.Textbox(placeholder=prompt)
|
167 |
+
state = gr.State()
|
168 |
+
submit = gr.Button("SEND")
|
169 |
+
submit.click(chatbot_response(), inputs=message, outputs=chatbot)
|
170 |
+
|
171 |
+
block.launch(debug = True)
|
data.json
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"intents": [
|
2 |
+
{"tag": "greeting",
|
3 |
+
"patterns": ["Hi there", "How are you", "Is anyone there?","Hey","Hola", "Hello", "Good day"],
|
4 |
+
"responses": ["Hello, thanks for asking", "Good to see you again", "Hi there, how can I help?"],
|
5 |
+
"context": [""]
|
6 |
+
},
|
7 |
+
{"tag": "goodbye",
|
8 |
+
"patterns": ["Bye", "See you later", "Goodbye", "Nice chatting to you, bye", "Till next time"],
|
9 |
+
"responses": ["See you!", "Have a nice day", "Bye! Come back again soon."],
|
10 |
+
"context": [""]
|
11 |
+
},
|
12 |
+
{"tag": "thanks",
|
13 |
+
"patterns": ["Thanks", "Thank you", "That's helpful", "Awesome, thanks", "Thanks for helping me"],
|
14 |
+
"responses": ["Happy to help!", "Any time!", "My pleasure"],
|
15 |
+
"context": [""]
|
16 |
+
},
|
17 |
+
{"tag": "noanswer",
|
18 |
+
"patterns": [],
|
19 |
+
"responses": ["Sorry, can't understand you", "Please give me more info", "Not sure I understand"],
|
20 |
+
"context": [""]
|
21 |
+
},
|
22 |
+
{"tag": "options",
|
23 |
+
"patterns": ["How you could help me?", "What you can do?", "What help you provide?", "How you can be helpful?", "What support is offered"],
|
24 |
+
"responses": ["I can do walk-through of Harshad's portfolio and help you answer anything about him!"],
|
25 |
+
"context": [""]
|
26 |
+
},
|
27 |
+
{"tag": "contact",
|
28 |
+
"patterns": ["How to contact harshad?", "Can you share contact details", "Give me his email address", "How to connect with Harshad?", "What time is good to connect with Harshad?" ],
|
29 |
+
"responses": ["You can connect with Harshad at [email protected] (Response expected in EST time zone)"],
|
30 |
+
"context": [""]
|
31 |
+
},
|
32 |
+
{"tag": "social-media",
|
33 |
+
"patterns": ["Can you share Harshad's work?", "Links for social media?", "LinkedIn?", "Can you share his profile?", "pages?" ],
|
34 |
+
"responses": ["Harshad's LinkedIn - https://www.linkedin.com/in/harshadbhandwaldar/ and you can navigate around on portfolio for his work"],
|
35 |
+
"context": [""]
|
36 |
+
},
|
37 |
+
{"tag": "aboutme",
|
38 |
+
"patterns": ["know about Harshad?", "Tell me about Harshad", "Let me know about Harshad's career", "What has he done so far?", "Life of Harshad?" ],
|
39 |
+
"responses": ["Harshad grew up in India's west-central region. He started his career in computer science in early stage. Later he Completed Bachelors in Computer Science and started working at a SaaS based company."],
|
40 |
+
"context": ["detail_aboutme"]
|
41 |
+
},
|
42 |
+
{"tag": "detail_aboutme",
|
43 |
+
"patterns": [],
|
44 |
+
"responses": ["After spending 2.5 years in cloud domain he decided to gain more knowledge in this domain and started Masters in Computer Science at Binghamton University."],
|
45 |
+
"context": ["project_info_aboutme"]
|
46 |
+
},
|
47 |
+
{"tag": "project_info_aboutme",
|
48 |
+
"patterns": ["What are his projects?","Can you tell me about his projects?", "Projects done by Harshad?"],
|
49 |
+
"responses": ["He continues to grow his knowledge in AI/ML and cloud domain by implementing different projects during his curriculum and internship period."],
|
50 |
+
"context": ["example_project_aboutme"]
|
51 |
+
},
|
52 |
+
{"tag": "example_project_aboutme",
|
53 |
+
"patterns": [],
|
54 |
+
"responses": ["Some good example can be ME!!!"],
|
55 |
+
"context": [""]
|
56 |
+
},
|
57 |
+
{"tag": "Publications",
|
58 |
+
"patterns": ["Is Harshad in research?", "What are his researches?", "Does Harshad conducts any research?", "Tell me about his research"],
|
59 |
+
"responses": ["Harshad has published papers in online journals"],
|
60 |
+
"context": ["publications_example"]
|
61 |
+
},
|
62 |
+
{"tag": "publications_example",
|
63 |
+
"patterns": [],
|
64 |
+
"responses": ["Some of his journals include IEEE Xplore and MD Infotech Special Edition"],
|
65 |
+
"context": ["publication_link"]
|
66 |
+
},
|
67 |
+
{"tag": "publication_link",
|
68 |
+
"patterns": [],
|
69 |
+
"responses": ["You can visit publications page - https://hb0313.github.io/home/generic.html"],
|
70 |
+
"context": [""]
|
71 |
+
}
|
72 |
+
]
|
73 |
+
}
|
labels.pkl
ADDED
Binary file (106 Bytes). View file
|
|
model.h5
ADDED
Binary file (180 kB). View file
|
|
requirements.txt
ADDED
@@ -0,0 +1,219 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==0.15.0 ; python_version >= "3.8" and python_version < "3.12"
|
2 |
+
astunparse==1.6.3 ; python_version >= "3.8" and python_version < "3.12"
|
3 |
+
backports-zoneinfo==0.2.1 ; python_version >= "3.8" and python_version < "3.9"
|
4 |
+
beautifulsoup4==4.11.1 ; python_version >= "3.8" and python_version < "3.12"
|
5 |
+
cachetools==5.2.1 ; python_version >= "3.8" and python_version < "3.12"
|
6 |
+
certifi==2022.12.7 ; python_version >= "3.8" and python_version < "3.12"
|
7 |
+
charset-normalizer==2.1.1 ; python_version >= "3.8" and python_version < "3.12"
|
8 |
+
click==8.1.3 ; python_version >= "3.8" and python_version < "3.12"
|
9 |
+
colorama==0.4.6 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Windows"
|
10 |
+
comtypes==1.1.14 ; python_version >= "3.8" and python_version < "3.12"
|
11 |
+
docopt==0.6.2 ; python_version >= "3.8" and python_version < "3.12"
|
12 |
+
flask==2.2.2 ; python_version >= "3.8" and python_version < "3.12"
|
13 |
+
flatbuffers==1.12 ; python_version >= "3.8" and python_version < "3.12"
|
14 |
+
gast==0.4.0 ; python_version >= "3.8" and python_version < "3.12"
|
15 |
+
google-auth-oauthlib==0.4.6 ; python_version >= "3.8" and python_version < "3.12"
|
16 |
+
google-auth==2.15.0 ; python_version >= "3.8" and python_version < "3.12"
|
17 |
+
google-pasta==0.2.0 ; python_version >= "3.8" and python_version < "3.12"
|
18 |
+
grpcio==1.34.1 ; python_version >= "3.8" and python_version < "3.12"
|
19 |
+
h5py==3.1.0 ; python_version >= "3.8" and python_version < "3.12"
|
20 |
+
idna==3.4 ; python_version >= "3.8" and python_version < "3.12"
|
21 |
+
importlib-metadata==6.0.0 ; python_version >= "3.8" and python_version < "3.10"
|
22 |
+
itsdangerous==2.1.2 ; python_version >= "3.8" and python_version < "3.12"
|
23 |
+
jinja2==3.1.2 ; python_version >= "3.8" and python_version < "3.12"
|
24 |
+
joblib==1.2.0 ; python_version >= "3.8" and python_version < "3.12"
|
25 |
+
js2py==0.74 ; python_version >= "3.8" and python_version < "3.12"
|
26 |
+
keras-nightly==2.6.0.dev2021062500 ; python_version >= "3.8" and python_version < "3.12"
|
27 |
+
keras-preprocessing==1.1.2 ; python_version >= "3.8" and python_version < "3.12"
|
28 |
+
keras==2.11.0 ; python_version >= "3.8" and python_version < "3.12"
|
29 |
+
markdown==3.4.1 ; python_version >= "3.8" and python_version < "3.12"
|
30 |
+
markupsafe==2.1.1 ; python_version >= "3.8" and python_version < "3.12"
|
31 |
+
nltk==3.8.1 ; python_version >= "3.8" and python_version < "3.12"
|
32 |
+
numpy==1.19.5 ; python_version < "3.12" and python_version >= "3.8"
|
33 |
+
oauthlib==3.2.2 ; python_version >= "3.8" and python_version < "3.12"
|
34 |
+
opt-einsum==3.3.0 ; python_version >= "3.8" and python_version < "3.12"
|
35 |
+
packaging==23.0 ; python_version >= "3.8" and python_version < "3.12"
|
36 |
+
pipwin==0.5.2 ; python_version >= "3.8" and python_version < "3.12"
|
37 |
+
protobuf==3.20.3 ; python_version >= "3.8" and python_version < "3.12"
|
38 |
+
pyasn1-modules==0.2.8 ; python_version >= "3.8" and python_version < "3.12"
|
39 |
+
pyasn1==0.4.8 ; python_version >= "3.8" and python_version < "3.12"
|
40 |
+
pyaudio==0.2.13 ; python_version >= "3.8" and python_version < "3.12"
|
41 |
+
pyjsparser==2.7.1 ; python_version >= "3.8" and python_version < "3.12"
|
42 |
+
pyobjc-core==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
43 |
+
pyobjc-framework-accessibility==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
44 |
+
pyobjc-framework-accounts==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "12.0"
|
45 |
+
pyobjc-framework-addressbook==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
46 |
+
pyobjc-framework-adservices==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
47 |
+
pyobjc-framework-adsupport==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "18.0"
|
48 |
+
pyobjc-framework-applescriptkit==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
49 |
+
pyobjc-framework-applescriptobjc==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "10.0"
|
50 |
+
pyobjc-framework-applicationservices==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
51 |
+
pyobjc-framework-apptrackingtransparency==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
52 |
+
pyobjc-framework-audiovideobridging==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "12.0"
|
53 |
+
pyobjc-framework-authenticationservices==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
54 |
+
pyobjc-framework-automaticassessmentconfiguration==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
55 |
+
pyobjc-framework-automator==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
56 |
+
pyobjc-framework-avfoundation==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "11.0"
|
57 |
+
pyobjc-framework-avkit==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "13.0"
|
58 |
+
pyobjc-framework-avrouting==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "22.0"
|
59 |
+
pyobjc-framework-backgroundassets==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "22.0"
|
60 |
+
pyobjc-framework-businesschat==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "18.0"
|
61 |
+
pyobjc-framework-calendarstore==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "9.0"
|
62 |
+
pyobjc-framework-callkit==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
63 |
+
pyobjc-framework-cfnetwork==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
64 |
+
pyobjc-framework-classkit==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
65 |
+
pyobjc-framework-cloudkit==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "14.0"
|
66 |
+
pyobjc-framework-cocoa==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
67 |
+
pyobjc-framework-collaboration==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "9.0"
|
68 |
+
pyobjc-framework-colorsync==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "17.0"
|
69 |
+
pyobjc-framework-contacts==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "15.0"
|
70 |
+
pyobjc-framework-contactsui==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "15.0"
|
71 |
+
pyobjc-framework-coreaudio==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
72 |
+
pyobjc-framework-coreaudiokit==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
73 |
+
pyobjc-framework-corebluetooth==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "14.0"
|
74 |
+
pyobjc-framework-coredata==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
75 |
+
pyobjc-framework-corehaptics==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
76 |
+
pyobjc-framework-corelocation==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "10.0"
|
77 |
+
pyobjc-framework-coremedia==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "11.0"
|
78 |
+
pyobjc-framework-coremediaio==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "11.0"
|
79 |
+
pyobjc-framework-coremidi==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
80 |
+
pyobjc-framework-coreml==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "17.0"
|
81 |
+
pyobjc-framework-coremotion==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
82 |
+
pyobjc-framework-coreservices==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
83 |
+
pyobjc-framework-corespotlight==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "17.0"
|
84 |
+
pyobjc-framework-coretext==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
85 |
+
pyobjc-framework-corewlan==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "10.0"
|
86 |
+
pyobjc-framework-cryptotokenkit==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "14.0"
|
87 |
+
pyobjc-framework-datadetection==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "21.0"
|
88 |
+
pyobjc-framework-devicecheck==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
89 |
+
pyobjc-framework-dictionaryservices==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "9.0"
|
90 |
+
pyobjc-framework-discrecording==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
91 |
+
pyobjc-framework-discrecordingui==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
92 |
+
pyobjc-framework-diskarbitration==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
93 |
+
pyobjc-framework-dvdplayback==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
94 |
+
pyobjc-framework-eventkit==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "12.0"
|
95 |
+
pyobjc-framework-exceptionhandling==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
96 |
+
pyobjc-framework-executionpolicy==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
97 |
+
pyobjc-framework-extensionkit==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "22.0"
|
98 |
+
pyobjc-framework-externalaccessory==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "17.0"
|
99 |
+
pyobjc-framework-fileprovider==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
100 |
+
pyobjc-framework-fileproviderui==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
101 |
+
pyobjc-framework-findersync==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "14.0"
|
102 |
+
pyobjc-framework-fsevents==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
103 |
+
pyobjc-framework-gamecenter==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "12.0"
|
104 |
+
pyobjc-framework-gamecontroller==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "13.0"
|
105 |
+
pyobjc-framework-gamekit==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "12.0"
|
106 |
+
pyobjc-framework-gameplaykit==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "15.0"
|
107 |
+
pyobjc-framework-healthkit==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "22.0"
|
108 |
+
pyobjc-framework-imagecapturecore==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "10.0"
|
109 |
+
pyobjc-framework-imserviceplugin==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "11.0"
|
110 |
+
pyobjc-framework-inputmethodkit==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "9.0"
|
111 |
+
pyobjc-framework-installerplugins==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
112 |
+
pyobjc-framework-instantmessage==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "9.0"
|
113 |
+
pyobjc-framework-intents==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "16.0"
|
114 |
+
pyobjc-framework-intentsui==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "21.0"
|
115 |
+
pyobjc-framework-iosurface==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "10.0"
|
116 |
+
pyobjc-framework-ituneslibrary==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "10.0"
|
117 |
+
pyobjc-framework-kernelmanagement==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
118 |
+
pyobjc-framework-latentsemanticmapping==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
119 |
+
pyobjc-framework-launchservices==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
120 |
+
pyobjc-framework-libdispatch==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "12.0"
|
121 |
+
pyobjc-framework-linkpresentation==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
122 |
+
pyobjc-framework-localauthentication==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "14.0"
|
123 |
+
pyobjc-framework-localauthenticationembeddedui==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "21.0"
|
124 |
+
pyobjc-framework-mailkit==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "21.0"
|
125 |
+
pyobjc-framework-mapkit==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "13.0"
|
126 |
+
pyobjc-framework-mediaaccessibility==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "13.0"
|
127 |
+
pyobjc-framework-medialibrary==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "13.0"
|
128 |
+
pyobjc-framework-mediaplayer==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "16.0"
|
129 |
+
pyobjc-framework-mediatoolbox==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "13.0"
|
130 |
+
pyobjc-framework-metal==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "15.0"
|
131 |
+
pyobjc-framework-metalfx==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "22.0"
|
132 |
+
pyobjc-framework-metalkit==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "15.0"
|
133 |
+
pyobjc-framework-metalperformanceshaders==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "17.0"
|
134 |
+
pyobjc-framework-metalperformanceshadersgraph==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
135 |
+
pyobjc-framework-metrickit==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "21.0"
|
136 |
+
pyobjc-framework-mlcompute==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
137 |
+
pyobjc-framework-modelio==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "15.0"
|
138 |
+
pyobjc-framework-multipeerconnectivity==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "14.0"
|
139 |
+
pyobjc-framework-naturallanguage==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "18.0"
|
140 |
+
pyobjc-framework-netfs==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "10.0"
|
141 |
+
pyobjc-framework-network==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "18.0"
|
142 |
+
pyobjc-framework-networkextension==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "15.0"
|
143 |
+
pyobjc-framework-notificationcenter==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "14.0"
|
144 |
+
pyobjc-framework-opendirectory==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "10.0"
|
145 |
+
pyobjc-framework-osakit==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
146 |
+
pyobjc-framework-oslog==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
147 |
+
pyobjc-framework-passkit==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
148 |
+
pyobjc-framework-pencilkit==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
149 |
+
pyobjc-framework-photos==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "15.0"
|
150 |
+
pyobjc-framework-photosui==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "15.0"
|
151 |
+
pyobjc-framework-preferencepanes==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
152 |
+
pyobjc-framework-pubsub==9.0.1 ; platform_release >= "9.0" and platform_release < "18.0" and python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
153 |
+
pyobjc-framework-pushkit==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
154 |
+
pyobjc-framework-quartz==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
155 |
+
pyobjc-framework-quicklookthumbnailing==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
156 |
+
pyobjc-framework-replaykit==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
157 |
+
pyobjc-framework-safariservices==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "15.0"
|
158 |
+
pyobjc-framework-safetykit==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "22.0"
|
159 |
+
pyobjc-framework-scenekit==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "11.0"
|
160 |
+
pyobjc-framework-screencapturekit==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "21.4"
|
161 |
+
pyobjc-framework-screensaver==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
162 |
+
pyobjc-framework-screentime==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
163 |
+
pyobjc-framework-scriptingbridge==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "9.0"
|
164 |
+
pyobjc-framework-searchkit==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
165 |
+
pyobjc-framework-security==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
166 |
+
pyobjc-framework-securityfoundation==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
167 |
+
pyobjc-framework-securityinterface==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
168 |
+
pyobjc-framework-servicemanagement==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "10.0"
|
169 |
+
pyobjc-framework-sharedwithyou==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "22.0"
|
170 |
+
pyobjc-framework-sharedwithyoucore==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "22.0"
|
171 |
+
pyobjc-framework-shazamkit==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "21.0"
|
172 |
+
pyobjc-framework-social==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "12.0"
|
173 |
+
pyobjc-framework-soundanalysis==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
174 |
+
pyobjc-framework-speech==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
175 |
+
pyobjc-framework-spritekit==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "13.0"
|
176 |
+
pyobjc-framework-storekit==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "11.0"
|
177 |
+
pyobjc-framework-syncservices==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
178 |
+
pyobjc-framework-systemconfiguration==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
179 |
+
pyobjc-framework-systemextensions==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
180 |
+
pyobjc-framework-threadnetwork==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "22.0"
|
181 |
+
pyobjc-framework-uniformtypeidentifiers==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
182 |
+
pyobjc-framework-usernotifications==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "18.0"
|
183 |
+
pyobjc-framework-usernotificationsui==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
184 |
+
pyobjc-framework-videosubscriberaccount==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "18.0"
|
185 |
+
pyobjc-framework-videotoolbox==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "12.0"
|
186 |
+
pyobjc-framework-virtualization==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
187 |
+
pyobjc-framework-vision==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "17.0"
|
188 |
+
pyobjc-framework-webkit==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
189 |
+
pyobjc==9.0.1 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Darwin"
|
190 |
+
pypiwin32==223 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Windows"
|
191 |
+
pyprind==2.11.3 ; python_version >= "3.8" and python_version < "3.12"
|
192 |
+
pysmartdl==1.3.4 ; python_version >= "3.8" and python_version < "3.12"
|
193 |
+
pyttsx3==2.90 ; python_version >= "3.8" and python_version < "3.12"
|
194 |
+
pytz-deprecation-shim==0.1.0.post0 ; python_version >= "3.8" and python_version < "3.12"
|
195 |
+
pywin32==305 ; python_version >= "3.8" and python_version < "3.12" and platform_system == "Windows"
|
196 |
+
regex==2022.10.31 ; python_version >= "3.8" and python_version < "3.12"
|
197 |
+
requests-oauthlib==1.3.1 ; python_version >= "3.8" and python_version < "3.12"
|
198 |
+
requests==2.28.1 ; python_version >= "3.8" and python_version < "3.12"
|
199 |
+
rsa==4.9 ; python_version >= "3.8" and python_version < "3.12"
|
200 |
+
setuptools==65.6.3 ; python_version >= "3.8" and python_version < "3.12"
|
201 |
+
six==1.15.0 ; python_version >= "3.8" and python_version < "3.12"
|
202 |
+
soupsieve==2.3.2.post1 ; python_version >= "3.8" and python_version < "3.12"
|
203 |
+
speechrecognition==3.9.0 ; python_version >= "3.8" and python_version < "3.12"
|
204 |
+
tensorboard-data-server==0.6.1 ; python_version >= "3.8" and python_version < "3.12"
|
205 |
+
tensorboard-plugin-wit==1.8.1 ; python_version >= "3.8" and python_version < "3.12"
|
206 |
+
tensorboard==2.11.0 ; python_version >= "3.8" and python_version < "3.12"
|
207 |
+
tensorflow-cpu==2.5.0 ; python_version >= "3.8" and python_version < "3.12"
|
208 |
+
tensorflow-estimator==2.5.0 ; python_version >= "3.8" and python_version < "3.12"
|
209 |
+
termcolor==1.1.0 ; python_version >= "3.8" and python_version < "3.12"
|
210 |
+
tqdm==4.64.1 ; python_version >= "3.8" and python_version < "3.12"
|
211 |
+
typing-extensions==3.7.4.3 ; python_version >= "3.8" and python_version < "3.12"
|
212 |
+
tzdata==2022.7 ; python_version >= "3.8" and python_version < "3.12"
|
213 |
+
tzlocal==4.2 ; python_version >= "3.8" and python_version < "3.12"
|
214 |
+
urllib3==1.26.13 ; python_version >= "3.8" and python_version < "3.12"
|
215 |
+
werkzeug==2.2.2 ; python_version >= "3.8" and python_version < "3.12"
|
216 |
+
wheel==0.38.4 ; python_version >= "3.8" and python_version < "3.12"
|
217 |
+
wrapt==1.12.1 ; python_version >= "3.8" and python_version < "3.12"
|
218 |
+
zipp==3.11.0 ; python_version >= "3.8" and python_version < "3.10"
|
219 |
+
gradio
|
texts.pkl
ADDED
Binary file (571 Bytes). View file
|
|