Skip to content

aizeld/Web-Project_Computer_Vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Admin

login: asylkhan

password: 123

Computer Vision

In this project i used Computer Vision, where you can put 3 of your images and get recognized in live camera as well as emotions.

Try it right now!!! https://assignment4-1-vs09.onrender.com/

It might take some time (about 30-40sec) to load this project, because it was probably off and reloading right now

Weather and News App with Country Details

This is a web application that provides weather information and top business news headlines for a given city.

Features

  • Displays current weather information including temperature, description, and icon.
  • Shows top three business news headlines for the country associated with the provided city.
  • Dynamic updates based on user input for city selection.

Prerequisites

Before running this application, you need to have the following:

  • Node.js installed on your machine
  • OpenWeatherMap API key
  • NewsAPI API key

Installation

  1. Clone this repository:

    git clone https://github.com/aizeld/assignment4.git

cd assignment4

Install dependencies:

bash

npm install

Create a .env file in the root directory of the project and add the following environment variables:

plaintext

openWeatherAPIKey=YOUR_OPENWEATHERMAP_API_KEY
NewAPIKey=YOUR_NEWSAPI_API_KEY

Usage

Start the server:

bash

npm start

Open your web browser and navigate to http://localhost:3000.

Enter the name of the city for which you want to see the weather and news.

Click on the "Get Weather" button to retrieve and display the information.

Technologies Used

Node.js
Express.js
Fetch API
HTML/CSS
JavaScript
Leaflet (for mapping)
NodeMon
Bootstrap 
Mongoose

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published