Skip to content

Pavankumarr367/DataScienceTask-new.pdf

Repository files navigation

Task 1 - Amazon Scraper

Implemented a Python script to scrape laptop product data from Amazon.in.

Extracted:

  • Image
  • Title
  • Rating
  • Price
  • Ad/Organic result

Output:

  • CSV file with timestamp

Task 2 - Face Authentication API

Overview

This project implements Face Verification using FastAPI and DeepFace.

Features:

  • Accepts two face images
  • Detects faces
  • Extracts embeddings
  • Computes similarity
  • Returns:
    • same/different person
    • similarity score
    • bounding boxes

Files

  • train.py -> model configuration
  • test.py -> prediction API
  • requirements.txt -> dependencies

Run

Install packages:

pip install -r requirements.txt

Run training:

python train.py

Run API:

uvicorn test:app --host 127.0.0.1 --port 8002

Open:

http://127.0.0.1:8002/docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors