Skip to content

Commit

Permalink
updated projects
Browse files Browse the repository at this point in the history
  • Loading branch information
khayyam-ahmed committed Jan 31, 2024
1 parent f38762b commit 5dec2d6
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions lib/features/projects/data/projects.dart
Original file line number Diff line number Diff line change
Expand Up @@ -51,29 +51,29 @@ final projectsList = [
screenshotPath: 'assets/images/screenshots/meals.png',
technologies: ['Flutter', 'RiverPod', 'Animations'],
),
Project(
name: 'SnapScape: Explore & Save',
description:
'Developed a mobile app leveraging Flutter and Dart, integrating native device functionalities. Employed Riverpod for state management to capture and save favorite places with images. Implemented GPS functionality for real-time location tracking and Google Maps API for interactive map displays. Applied local storage for efficient data management.',
githubUrl: 'https://github.com/khayyam-ahmed/favorite_places',
screenshotPath: 'assets/images/screenshots/favorite_places.png',
technologies: [
'Flutter',
'Firebase',
'RiverPod',
'Google Maps API',
],
),
Project(
name: 'EE 433 Digital Image Processing',
description:
'Developed an algorithm to remove night light pollution and enhance star visibility from images of the night sky. Applied Fourier Transform to filter out the pollution frequencies and amplify the star frequencies. Utilized PIL, Matplotlib, and numpy modules in Python.',
// githubUrl: 'https://github.com/khayyam-ahmed/portfolio#readme',
screenshotPath: 'assets/images/screenshots/dip_project.png',
technologies: [
'OpenCV',
'Matplotlib',
'PIL',
],
),
// Project(
// name: 'SnapScape: Explore & Save',
// description:
// 'Developed a mobile app leveraging Flutter and Dart, integrating native device functionalities. Employed Riverpod for state management to capture and save favorite places with images. Implemented GPS functionality for real-time location tracking and Google Maps API for interactive map displays. Applied local storage for efficient data management.',
// githubUrl: 'https://github.com/khayyam-ahmed/favorite_places',
// screenshotPath: 'assets/images/screenshots/favorite_places.png',
// technologies: [
// 'Flutter',
// 'Firebase',
// 'RiverPod',
// 'Google Maps API',
// ],
// ),
// Project(
// name: 'EE 433 Digital Image Processing',
// description:
// 'Developed an algorithm to remove night light pollution and enhance star visibility from images of the night sky. Applied Fourier Transform to filter out the pollution frequencies and amplify the star frequencies. Utilized PIL, Matplotlib, and numpy modules in Python.',
// // githubUrl: 'https://github.com/khayyam-ahmed/portfolio#readme',
// screenshotPath: 'assets/images/screenshots/dip_project.png',
// technologies: [
// 'OpenCV',
// 'Matplotlib',
// 'PIL',
// ],
// ),
];

0 comments on commit 5dec2d6

Please sign in to comment.