AI for Everyone: AI Assisted Multimedia Tools. Use the live app here: https://aie-studio.netlify.app.
https://www.youtube.com/watch?v=v2ihFYgqaIk
AIE Studio (AI for Everyone) is software as a service (SaaS) platform that provides AI services to everyone. The frontend is coded using React.js along with Material UI (MUI) styling. The backend uses Python to process requests from users.
- Remove or change a background photo
- Smoothly remove object from photo
- Paraphrase a text using GPT-J language model
- Colorize grayscale photo
- Enhance a low light photo
Frontend:
- JavaScript
- Node.js
- React.js
- Material UI (MUI)
- Streamlit
Backend:
- Python
- PyTorch
- Huggingface Transformers
To deploy the site, run these commands
npm run build
netlify deploy
