Profile Picture

Welcome to Julie Keo's Portfolio

About Me

Profile Picture

I'm Julie. I'm an developer. Besides spending time coding, I love hiking, vex robots,astronomy, swimming, gardening and spending time with my family.

Skills

Projects

Html front end project-list Caesar Cipher

A small project I built for a friend to help exchange secret messages.

Boop the kitty

As a big fan of the show, I created a character compass.

Cloud cover App o I built this app to help me prepare if clouds are coming in

No one likes to be caught off guard especially when hiking.S/a>

Resume builder

I built a quick form to help friends get started on what they should put on a resume.Great for beginners

CSS project-list My Portfolio

This is my portfolio website that showcases my skills, projects, and contact information.

JS project-list To-Do List App

A simple to-do list application that allows users to add, delete, and mark tasks as completed. Built using vanilla JavaScript, HTML, and CSS.

Front end calculator
Little taco shop
Ice cream website
Big bite rentals website
Python project-list
Number Guessing Game Q" target="_blank"> Link to project

A simple number guessing game where the user has to guess a randomly generated number within a certain range. Built using Python.

python calculator

a calculator i made first starting out in python

data fetching project
weather app
Credit card validator
Web scraper

As an aspiring developer, I have worked on several AI/ML projects to enhance my skills and knowledge in this exciting field. Here are some of the projects I've completed:

These projects have helped me gain hands-on experience in AI/ML concepts and tools. I am continuously exploring new techniques and algorithms to further enhance my skills in this rapidly evolving field.

Contact

How to reach me

My email:JulieKeo22@proton.me

My Phone:580-351-2211

My snail mail: 2214 nw pollard ave Lawton,Ok 73505

My Blog

My Blog

Hi it's me Julie posts detailing my journey as an developer, sharing with you, my experiences learning and interesting challenges I've faced

Hobbies

My Hobbies

My favorite pastimes are hiking,building vex robots,astronomy and spending with my family Julie Keo's Blog

Julie Keo's project page

Ice cream website

Big bite rentals website
Python project-list
Number Guessing Game

A simple number guessing game where the user has to guess a randomly generated number within a certain range. Built using Python.

python calculator

a calculator i made first starting out in python

data fetching project
weather app

Credit card validator

As an aspiring developer, I have worked on several AI/ML projects to enhance my skills and knowledge in this exciting field. Here are some of the projects I've completed:

  • Image Classification with Convolutional Neural Networks (CNNs): Developed a CNN model using TensorFlow and Keras to classify images from the CIFAR-10 dataset. Achieved an accuracy of 85% on the test set.
  • Link to project
  • Sentiment Analysis on Anime Reviews: Built a sentiment analysis model using Natural Language Processing (NLP) techniques and the NLTK library. The model classifies anime reviews as positive or negative with an accuracy of 90%.
  • Link to project
  • Predicting Used car Prices with Linear Regression: Created a linear regression model to predict house prices based on various features such as location, size, and number of bedrooms. Used the Scikit-learn library for implementation.
  • Link to project
  • Chatbot Development: Developed a simple chatbot using Python and the ChatterBot library. The chatbot can respond to user queries and provide information on various topics.
  • Link to project
  • AI-Powered Personal Assistant: Built a personal assistant application that uses speech recognition and natural language processing to perform tasks such as setting reminders, answering questions, and providing weather updates.
  • Link to project
  • Reminder Bot
  • Weather App
  • Monthly spending tracker
  • Personal Habits tracker

These projects have helped me gain hands-on experience in AI/ML concepts and tools. I am continuously exploring new techniques and algorithms to further enhance my skills in this rapidly evolving field.

Home Blog Julie Keo's Blog

Julie Keo's Daily Blog

Profile Picture

Blog Entries

Today, I worked on improving my portfolio website. I added a new section for my daily blog entries and updated my project list. I'm excited to share more about my journey as a developer!





body{ font-family: Arial, sans-serif; margin: 0; padding: 0; background-color:peachpuff; } header{ background-color: #35424a; color: #ffffff; padding: 10px 0; text-align: center; } .profile{ font-size: 24px; font-weight: bold; font-style: italic; width: 150px; height: 150px; border-radius: 50%; margin: 10px 0; } nav a{ color: #ffffff; margin: 0 15px; text-decoration: none; } nav a:hover{ text-decoration: underline; } paragraph{ font-size: 16px; line-height: 1.6; margin: 10px 0; }