/FREDS_SC0

Primary LanguageJavaScript

FREDS: Freedom of Expression in a Decentralized Society

FREDS.the.decentralised.Blockchain.based.anonymous.Social.Media.App._.Web3_.Blockchain.mp4

Introduction

Welcome to the FREDS (Freedom, Rights, Expression, Democracy, and Security) project, a revolutionary step towards redefining social media by prioritizing user privacy, open dialogue, and global community engagement. FREDS is a decentralized social media application designed to empower individuals around the world to express themselves freely without compromising their identity or fearing repercussions. Our mission is to provide a secure, transparent, and anonymous platform for all voices to be heard, transcending geographical boundaries, and ensuring the integrity of democratic principles. This repository contains the source code and documentation for the FREDS project, and we invite you to join us in shaping the future of online communication. freds

Setting Up FREDS Development Environment

  1. Install MetaMask Extension and Create a Wallet:

    • To get started, add the MetaMask extension to your Google Chrome browser. If you haven't used MetaMask before, follow this video tutorial: How to Set Up MetaMask.
  2. Add the Mumbai Polygon Network:

  3. Clone the Repository:

    • Clone the FREDS repository to your local machine using the following command:
      git clone https://github.com/niladri2002/FREDS.git
      
  4. Setting Up the Frontend:

    • Navigate to the 'frontend' directory in the cloned repository and install the necessary dependencies by running:
      npm i --force
      
    • This step is crucial to ensure the frontend of FREDS runs smoothly.
    • Start the frontend by using this command :
      npm start
    
    • The frontend will run on localhost:3000.
  5. Setting Up the Backend:

    • Go to the 'imageurl' folder within the repository.
    • Install the required Python dependencies using the following command:
      pip install -r requirements.txt
      
    • Run the Flask server for text moderation and interaction with the ML model API using:
      python flask_server.py
      
    • The Flask server will run on localhost:5000.

Access the Tutorial: For a step-by-step guide regarding how to use FREDS refer to the tutorial linked here: FREDS Tutorial.

Now you're ready to be a part of the future of secure, anonymous, and open online communication.