mirror of
https://github.com/frankwxu/digital-forensics-lab.git
synced 2026-04-10 12:13:44 +00:00
fix minor typos
This commit is contained in:
@@ -311,7 +311,7 @@
|
||||
" model=\"gemini-pro\",\n",
|
||||
" generation_config=generation_config,\n",
|
||||
" safety_settings=safety_settings,\n",
|
||||
" # You can hardcode the key \n",
|
||||
" # You can hardcode the key here\n",
|
||||
" google_api_key=GOOGLE_AI_STUDIO,\n",
|
||||
")"
|
||||
]
|
||||
@@ -385,27 +385,29 @@
|
||||
"text/markdown": [
|
||||
"**Psychological Profile:**\n",
|
||||
"\n",
|
||||
"The browsing history suggests that the suspect is a young adult male, likely in the 20-29 age range. They have a strong interest in technology and gadgets, particularly in gaming and software development. They also enjoy entertainment, especially video games and online content. Their interest in online forums and social media indicates a desire for social interaction and community involvement. The presence of searches related to health and wellness, education, and learning suggests a focus on self-improvement and personal growth.\n",
|
||||
"The individual exhibits a diverse range of interests, spanning from gaming to technology, entertainment, and education. Their browsing history suggests a curious and explorative nature, with a tendency to seek out information and resources on various topics.\n",
|
||||
"\n",
|
||||
"The frequent visits to ChatGPT, an AI-powered chatbot, indicate a reliance on technology for knowledge acquisition and problem-solving. The browsing history also includes visits to online LaTeX editors and programming resources, suggesting an interest in coding and technical knowledge.\n",
|
||||
"\n",
|
||||
"The presence of gaming-related searches, such as \"Overwatch,\" \"Honkai: Star Rail,\" and \"Raid: Shadow Legends,\" points to a possible interest in online gaming and virtual worlds. The browsing history also includes visits to subreddits dedicated to memes and humor, indicating a sense of playfulness and a desire for entertainment.\n",
|
||||
"\n",
|
||||
"The visits to websites related to sustainability, healthcare, and education suggest a concern for social and environmental issues. This could indicate a socially conscious and empathetic nature.\n",
|
||||
"\n",
|
||||
"**Age Range:**\n",
|
||||
"\n",
|
||||
"Based on the browsing history, the individual's age range is likely between **20-29**. The interest in gaming, technology, and online communities is common among young adults within this age group.\n",
|
||||
"\n",
|
||||
"**Interests:**\n",
|
||||
"\n",
|
||||
"* Technology and Gadgets\n",
|
||||
"* Entertainment (video games, anime, memes)\n",
|
||||
"* Sports and Fitness (Overwatch)\n",
|
||||
"* Hobbies and Crafts (online game strategy optimization)\n",
|
||||
"* Entertainment (Gaming, Memes)\n",
|
||||
"* Education and Learning\n",
|
||||
"* Health and Wellness\n",
|
||||
"* Education and Learning (programming, data structures)\n",
|
||||
"* Socializing and Community (Reddit, Discord)\n",
|
||||
"* Socializing and Community\n",
|
||||
"\n",
|
||||
"**Location:**\n",
|
||||
"\n",
|
||||
"The browsing history does not provide specific clues about the suspect's location within the United States. However, given the prevalence of gaming, online content consumption, and social media usage, it is likely that the suspect resides in an urban or suburban area with good internet access.\n",
|
||||
"\n",
|
||||
"**Additional Observations:**\n",
|
||||
"\n",
|
||||
"* There is a pattern of late-night and early morning browsing behavior, which could indicate irregular sleep patterns or a nocturnal lifestyle.\n",
|
||||
"* The suspect appears to be interested in optimizing their performance in online games, suggesting a competitive or achievement-oriented mindset.\n",
|
||||
"* The presence of searches related to memes and humorous content indicates a playful and lighthearted sense of humor."
|
||||
"The browsing history does not provide any clear geographical indicators. However, given the prevalence of English-language websites and the absence of any specific regional references, it is likely that the individual resides in the **United States**."
|
||||
],
|
||||
"text/plain": [
|
||||
"<IPython.core.display.Markdown object>"
|
||||
@@ -414,17 +416,6 @@
|
||||
"execution_count": 6,
|
||||
"metadata": {},
|
||||
"output_type": "execute_result"
|
||||
},
|
||||
{
|
||||
"ename": "",
|
||||
"evalue": "",
|
||||
"output_type": "error",
|
||||
"traceback": [
|
||||
"\u001b[1;31mThe Kernel crashed while executing code in the current cell or a previous cell. \n",
|
||||
"\u001b[1;31mPlease review the code in the cell(s) to identify a possible cause of the failure. \n",
|
||||
"\u001b[1;31mClick <a href='https://aka.ms/vscodeJupyterKernelCrash'>here</a> for more info. \n",
|
||||
"\u001b[1;31mView Jupyter <a href='command:jupyter.viewOutput'>log</a> for further details."
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": [
|
||||
@@ -458,7 +449,7 @@
|
||||
"source": [
|
||||
"### Part 6: Evaluation\n",
|
||||
"- Evaluating based on the age, range, and interests\n",
|
||||
"- Age: We will give 1 score if the ranges are the same. If the range is off by one (i.e., if the age is 30-49 and the prediction is 50-59 or 20-29), we will give 0.5 score\n",
|
||||
"- Age: We will give 1 score if the ranges are the same. If the range is off by one (i.e., if the age is 30-39 and the prediction is 40-49 or 20-29), we will give 0.5 score\n",
|
||||
"- Interests: Score is the number of correct interests over the largest number of interests guessed. If 4 interests are predicted and 3 are correct, it will be given a score of 3/4 or 0.75\n",
|
||||
"- Location: Score of 1 if prediction is correct. Score of 0.6 if the state borders the state. 0.3 if they are the same section of the United States. Sections are divided into Northeast, Southeast, Midwest, Southwest, and West\n"
|
||||
]
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user