I'm Ameya Athalye.

I lived, and studied in San Francisco. I code, write, and post pictures here.

This website is my playground to apply what I've learnt and keep adding new stuff.

Please feel free to click around and contact me.

Education
  • Master’s in Computer Science at San Francisco State University (July 2011)
  • Bachelors in Computer Engineering at Mumbai University (June 2007)

“Stats”
  • A Project Participation Meter
  • “Stats” is a web application designed to help managers/professors in monitoring team participation in a project or individual contribution in a team.
  • Designed and developed the front end and helped users to store the data, results into MS Excel sheets.
  • Checked commits, forum posts and mailing lists to discover the participation of each member
  • PHP, MySQL, HTML, CSS, Google Charts API
“DeBugger”
  • An Educational Multiplayer Online Game for Students at SFSU
  • DeBugger allows students to fight the 'computer bugs' by answering Java questions to advance in the game, also customizing avatar, socialize and become a part of a virtual, educational community of other students.
  • Tested server scalability using Amazon EC2 cloud. Testing was conducted with generating maximum of 100 client instances and running them concurrently.
  • Developed a few features of the game along with 3d character modeling.
  • Python, Java, MySQL, Panda3D as game engine, Blender
“Netflix Prize”
  • A Data mining class project
  • The project was to substantially improve the accuracy of predictions for a user to like a movie based on his/her movie preferences.
  • Used Naïve Bayes algorithm in order to perform the data mining on the training and test dataset with more than 17,000 records provided by Netflix.
  • Java