Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jps27cse/pictorica-react_tailwind_reactquery_appwrite
Pictorica is a social media application that allows users to create, share, and interact with posts. The app includes advanced AI features to ensure that all content remains appropriate, including a paraphrasing tool and inappropriate content detection for both text and images.
https://github.com/jps27cse/pictorica-react_tailwind_reactquery_appwrite
ai appwrite image-processing instagram radix radix-ui react social-media tailwind text-classification text-processing
Last synced: 3 days ago
JSON representation
Pictorica is a social media application that allows users to create, share, and interact with posts. The app includes advanced AI features to ensure that all content remains appropriate, including a paraphrasing tool and inappropriate content detection for both text and images.
- Host: GitHub
- URL: https://github.com/jps27cse/pictorica-react_tailwind_reactquery_appwrite
- Owner: jps27CSE
- Created: 2024-05-11T14:31:53.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-06T15:42:10.000Z (3 months ago)
- Last Synced: 2024-11-09T22:05:06.778Z (2 months ago)
- Topics: ai, appwrite, image-processing, instagram, radix, radix-ui, react, social-media, tailwind, text-classification, text-processing
- Language: TypeScript
- Homepage: https://pictorica.netlify.app/
- Size: 3.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
# Pictorica App
Pictorica is a social media application that allows users to create, share, and interact with posts. The app includes advanced AI features to ensure that all content remains appropriate, including a paraphrasing tool and inappropriate content detection for both text and images.
## Features
- **User Account Management**: Users can create, view, and manage their profiles.
- **Post Management**: Users can create, save, view, edit, and delete posts.
- **Post Search**: Search functionality to find posts.
- **AI-powered Caption Paraphraser**: Helps users improve their captions.
- **Inappropriate Content Detection**: Ensures that both images and text are appropriate and free from offensive material.## Project Setup
1. Clone the repository to your local machine:
```bash
git clone https://github.com/jps27CSE/Pictorica-React_Tailwind_ReactQuery_Appwrite.git
cd pictorica-app
```2. Install dependencies:
```bash
npm install
```3. Create a `.env.local` file in the root directory and add the following:
```bash
VITE_APPWRITE_PROJECT_ID=''
VITE_APPWRITE_URL=''
VITE_APPWRITE_STORAGE_ID=''
VITE_APPWRITE_DATABASE_ID=''
VITE_APPWRITE_SAVES_COLLECTION_ID=''
VITE_APPWRITE_POSTS_COLLECTION_ID=''
VITE_APPWRITE_USERS_COLLECTION_ID=''
VITE_API_NINJAS=''
VITE_AI21STUDIO_API=''
```4. Start the development server:
```bash
npm run dev
```## Screenshots
![Signup](https://github.com/user-attachments/assets/bdad5b40-1e4d-4798-bcdb-fed9eda2c36c)
![pictorica netlify app_login(Nest Hub Max) (1)](https://github.com/user-attachments/assets/2dfe429b-9d97-4d97-af52-278222f3886d)
![pictorica netlify app_home(Nest Hub Max) (1)](https://github.com/user-attachments/assets/61020a8b-eca2-43d7-937f-6dd4aa982dce)
![pictorica netlify app_sign-up(Nest Hub Max) (1)](https://github.com/user-attachments/assets/9e7e7fa3-5597-47eb-b541-a8f55f28e38b)
![pictorica netlify app_sign-up(Nest Hub Max) (2)](https://github.com/user-attachments/assets/3120a0ab-9bef-4950-8b29-2c2e2823f4d9)
![pictorica netlify app_create-post(Nest Hub Max)](https://github.com/user-attachments/assets/fb89f41a-dd9c-46fd-a3f3-6ee6d55d7f63)
![pictorica netlify app_create-post(iPhone 14 Pro Max)](https://github.com/user-attachments/assets/c785db4b-c3ed-4844-84ff-53970390b237)
![pictorica netlify app_create-post(iPhone 14 Pro Max) (1)](https://github.com/user-attachments/assets/c6db6622-8e93-46e7-ac2b-646e5328c1dc)## Live Link
Check out the live version of the app here: [Pictorica Live](https://pictorica.netlify.app/)
## Demo Video
Watch the demo video here: [Pictorica Demo](https://drive.google.com/file/d/1N6DtiOIHpcfuy9GcB3IGHKDD1KksbSNq/view?usp=sharing)
---