All Projects

Background Removal Application

2024

Developed a web application for removing backgrounds from images using React for the frontend, Flask for the backend, and Python for image processing.

VIEW PROJECT

Role

  • Full-stack Developer

Technologies

React Flask TypeScript Python
Background Removal Application.tsx
import React from 'react';
interface BackgroundRemovalApplicationProps {
technologies: string[];
roles: string[];
repositoryUrl: string;
}
export default function BackgroundRemovalApplication({technologies, roles, repositoryUrl}: BackgroundRemovalApplicationProps) {
return (
<div className="project-container">
<h1>Background Removal Application</h1>
<TechStack items={[
"React",
"Flask",
"TypeScript",
"Python"
]} />
<ProjectLink href="https://github.com/Mohamed-Taha-Sta/remove_bg" />
</div>
);
}
// Roles:Full-stack Developer