PoseLY is an innovative application that utilizes artificial intelligence to suggest poses for your pictures. Whether you're a model, photographer, or someone who just wants to capture the perfect moment, Posely is here to help you strike the ideal pose.
- AI-Powered Pose Suggestions: Posely leverages advanced AI algorithms to analyze your images and recommend personalized poses based on the context and desired aesthetic.
- Easy-to-Use Interface: Our user-friendly interface makes it simple for users of all skill levels to enhance their photography sessions with professional-looking poses.
- Customizable Recommendations: Tailor Posely to your preferences by providing feedback on suggested poses, allowing the AI to learn and adapt to your unique style over time.
- Privacy-Focused: Your privacy is important to us. Posely processes images locally on your device, ensuring that your data stays private and secure.
- Python installed
- Virtualenv recommended
- npm installed
- Clone the repository:
- Navigate to the 'app' directory inside the repo:
cd Posely/app
- Install required packages and start the frontend server (you will need the Expo app and npm installed on your device (preferably Expo app on your phone as well)
npm install
npm start
- Navigate to the 'api' directory inside the repo:
cd Posely/api
- Install necessary packages for backend, and activate virtual environment (optional)
pip install -r requirements.txt
env/Scripts/activate
- Run the app
py app.py