metadata
license: apache-2.0
Instructions to Run
- Clone the repository
git clone https://huggingface.co/HeheBoi0769/Fact_Checker
- Navigate to the project directory
cd complete_nlp_stuff
- Install the requirements
pip install -r requirements.txt
- Install frontend dependencies
cd nexus-frontend
npm install
- Start the frontend server
npm run dev
- Start the backend server in a different terminal (root directory)
uvicorn app:app --reload
- Open the frontend in your browser and start using the application
- Press on "Get Started" button on the home page to start the fact checker
- Navigate to "/deepfake" route to run the deepfake detection module