willn9 commited on
Commit
155ceea
·
verified ·
1 Parent(s): 83ff818

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +87 -60
app.py CHANGED
@@ -1,76 +1,103 @@
1
- """
2
  import os
3
- from ibm_watson_machine_learning.foundation_models import Model
4
- from ibm_watson_machine_learning.metanames import GenTextParamsMetaNames as GenParams
5
- from ibm_watson_machine_learning.foundation_models.utils.enums import ModelTypes, DecodingMethods
6
  import gradio as gr
 
7
 
 
 
 
8
 
9
- # Set up the API key and project ID for IBM Watson
10
- watsonx_API = os.environ.get("watsonx_API")
11
- project_id = os.environ.get("project_id")
12
 
13
- # Generation parameters
14
- gen_parms = {
15
- "max_new_tokens": 512, # Adjust as needed
16
- "temperature": 0.7 # Adjust for creativity
17
- }
18
 
19
- # Model and project settings
20
- model_id = "meta-llama/llama-2-13b-chat"
 
 
 
 
 
 
 
 
 
21
 
22
- credentials={
23
- "apikey": watsonx_API,
24
- "url": "https://us-south.ml.cloud.ibm.com"
25
- }
 
 
 
 
 
 
 
 
 
 
 
26
 
27
- model = Model(
28
- model_id = 'meta-llama/llama-2-13b-chat', # you can also specify like: ModelTypes.LLAMA_2_70B_CHAT
29
- params = gen_parms,
30
- credentials={
31
- "apikey": watsonx_API,
32
- "url": "https://us-south.ml.cloud.ibm.com"
33
- },
34
- project_id= project_id
35
- )
 
 
 
 
 
36
 
 
37
 
38
- # Initialize the model
39
- model = Model(model_id, credentials, gen_parms, project_id)
40
 
41
- # Function to generate customized career advice
42
- def generate_career_advice(field, position_name, current_qualifications, likes, skills):
43
- # Craft the prompt for the model
44
- prompt = f"Generate a customized career advice using desired career field: {field}, \
45
- dream job: {position_name}, \
46
- current qualifications: {current_qualifications}, \
47
- likes: {likes}, \
48
- skills: {skills}."
49
-
50
- generated_response = model.generate(prompt, gen_parms)
51
-
52
- # Extract the generated text
53
- career_advice = generated_response["results"][0]["generated_text"]
54
- return career_advice
55
-
56
-
57
- # Create Gradio interface for the cover letter generation application
58
- career_advice_app = gr.Interface(
59
- fn=generate_career_advice,
60
- allow_flagging="never", # Deactivate the flag function in gradio as it is not needed.
61
  inputs=[
62
- gr.Textbox(label="Desired Career Field (e.g., healthcare, trades, social service, etc., or enter 'not sure')", placeholder="Enter the field which you are interested in... or type 'not sure'."),
63
- gr.Textbox(label="Your Dream Job (e.g., nurse, personal support worker, software developer, plumber, etc., or enter 'not sure')", placeholder="Enter the name of the position you are interested in... or type 'not sure'"),
64
- gr.Textbox(label="Current Qualifications (e.g., studying in high school, high school diploma, college diploma, etc.)", placeholder="Enter your current qualifications ..."),
65
- gr.Textbox(label="Likes (e.g., I like working with my hands, I like to work outside, I like to help people, I like teaching, ...)", placeholder="Enter activities you like ...", lines=10),
66
- gr.Textbox(label="Skills (e.g., I am good at math, science, languages, computers, research, hand tools, etc.)", placeholder="Enter your skills ...", lines=10),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
67
  ],
68
- outputs=gr.Textbox(label="Customized Career Advice"),
69
- title="Customized AI-Powered Career Advice - by Wael Nawara",
70
- description="This App will generate an AI-powered customized career advice based on the career field which you select, your dream job, current qualifications, likes and skills. A word of caution: even AI makes mistakes!"
71
  )
72
 
73
- # Launch the application
74
- career_advice_app.launch(server_name="0.0.0.0", debug=True, server_port=7860, share=True)
75
 
76
- """
 
 
 
 
1
  import os
 
 
 
2
  import gradio as gr
3
+ from huggingface_hub import InferenceClient
4
 
5
+ # Set up the API key and model for Deepseek
6
+ DEEPSEEK_API_KEY = os.getenv("Deepseek_API_Key")
7
+ DEEPSEEK_MODEL = "deepseek-chat" # Replace with the correct model name if needed
8
 
9
+ # Initialize the Deepseek Inference client
10
+ client = InferenceClient(model=DEEPSEEK_MODEL, token=DEEPSEEK_API_KEY)
 
11
 
 
 
 
 
 
12
 
13
+ def generate_game(auditory_memory, selective_attention, dichotic_listening, phonemic_awareness, temporal_processing, language_comprehension):
14
+ # Craft the prompt for the model
15
+ prompt = f"""You are an experienced learning disabilities therapist AI.
16
+ Provide customized advice to choose the right remediation game suitable for a Central Auditory Processing Disorder 'CAPD' patient
17
+ (user of the chatbot could be the patient, a family member, a teacher or a therapist helping the patient).
18
+ - Problems related to auditory memory: {auditory_memory}
19
+ - Problems related to selective attention: {selective_attention}
20
+ - Problems related to dichotic listening: {dichotic_listening}
21
+ - Problems related to phonemic awareness: {phonemic_awareness}
22
+ - Problems related to temporal processing: {temporal_processing}
23
+ - Problems related to language comprehension: {language_comprehension}
24
 
25
+ Include recommendations from the following:
26
+ - Recommended Games for Auditory Memory:
27
+ "Memory Stories", "Memory Sounds", "Memory Phoneme, Words, Digits", "Memory Digits", "Sustained Attention"
28
+ - Recommended Games for Selective Attention:
29
+ "Selective Auditory Attention (Sentences)", "Sustained Attention", "Numbers and Letters"
30
+ - Recommended Games for Dichotic Listening:
31
+ "Dichotic Listening (Letter - Words - Digits)", "Dichotic Listening (Sentences)"
32
+ - Recommended Games for Phonemic Awareness:
33
+ "Blending", "Rhyme Detection", "Segmentation", "Vowel Detection", "Missing Parts"
34
+ - Recommended Games for Temporal Processing:
35
+ "Duration Discrimination", "Frequency Sequencing", "Frequency Discrimination", "Temporal Processing (Phoneme Identification)", "Gap Detection",
36
+ "Duration Sequencing", "Temporal Processing - Phonic Match", "Block Commander"
37
+ - Recommended Games for Language Comprehension:
38
+ "Language Comprehension", "Memory Stories"
39
+ Be concise and limit your response to 512 tokens or less."""
40
 
41
+ try:
42
+ # Call the Deepseek API
43
+ response = client.chat_completion(
44
+ messages=[
45
+ {"role": "system", "content": "You are a helpful and knowledgeable learning disabilities expert with knowledge of Central Auditory Processing Disorder (CAPD)."},
46
+ {"role": "user", "content": prompt},
47
+ ],
48
+ max_tokens=512,
49
+ temperature=0.7,
50
+ )
51
+ # Extract the response text
52
+ game_advice = response.choices[0].message.content.strip()
53
+ except Exception as e:
54
+ game_advice = f"An error occurred: {str(e)}"
55
 
56
+ return game_advice
57
 
 
 
58
 
59
+ # Create Gradio interface for the CAPD Game application
60
+ CAPD_Game_app = gr.Interface(
61
+ fn=generate_game,
62
+ allow_flagging="never",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63
  inputs=[
64
+ gr.Textbox(
65
+ label="Auditory Memory",
66
+ placeholder="Describe if you have issues with your auditory memory. For instance, if you hear a number of 3 digits, do you tend to forget it? Or if someone mentions a name, do you fail to remember the name?",
67
+ lines=2,
68
+ ),
69
+ gr.Textbox(
70
+ label="Selective Attention",
71
+ placeholder="Describe if you experience problems with selective attention. For instance, if there is noise in the room, do you find it hard to understand what is said?",
72
+ lines=2,
73
+ ),
74
+ gr.Textbox(
75
+ label="Dichotic Listening",
76
+ placeholder="Describe if you experience problems with listening from both or either ears. For instance, do you have difficulty understanding speech presented to both ears, or difficulty ignoring one message while focusing on another?",
77
+ lines=2,
78
+ ),
79
+ gr.Textbox(
80
+ label="Phonemic Awareness",
81
+ placeholder="Describe if you experience difficulty understanding speech, following directions, or misidentifying certain sounds, letters, or words.",
82
+ lines=2,
83
+ ),
84
+ gr.Textbox(
85
+ label="Temporal Processing",
86
+ placeholder="Describe if you experience difficulty understanding rapid or distorted speech, or identifying individual words when the gap between words is small.",
87
+ lines=2,
88
+ ),
89
+ gr.Textbox(
90
+ label="Language Comprehension",
91
+ placeholder="Describe if you experience difficulty understanding speech, directions, or stories.",
92
+ lines=2,
93
+ ),
94
  ],
95
+ outputs=gr.Textbox(label="Recommended Games"),
96
+ title="CAPD Games",
97
+ description="This App provides general Ai advice regarding CAPD Games. For best results, visit your audiologist or doctor for proper diagnosis and treatment. Disclaimer: AI can make mistakes. Use with caution and at your own risk!",
98
  )
99
 
 
 
100
 
101
+ # Launch the application
102
+ if __name__ == "__main__":
103
+ CAPD_Game_app.launch(server_name="0.0.0.0", debug=True, share=True)