Skip to content

Apurva-tech/Aelous

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aelous

Problem Statement :

Climate change has the potential to impact every human, every industry and every living organism on the planet. It sounds extreme because it is. Exhaustive research has confirmed changing weather patterns, rapidly rising sea levels, and extreme weather events proliferating around the world.

How can Technology help ?

Today's turbines have sensors and precision controllers, which constantly tweak the blade position to optimize the use of the wind energy and provide information to wind farm operators. Intelligent controllers expose more of the blade to capture the most wind. If gusts grow dangerously strong, the blades can also be rotated to minimize their exposure and the risk of damage.

How does Aelous serves the cause ?

Improvements in weather forecasting are also increasing the output from wind farms. Accurate wind forecasts can increase the power dispatch by 10 percent by having a better grip on the wind's intermittent nature.

The Idea

Our vision is to moderate this inexhaustible wellspring of energy and thus, save the earth and construct a sustainable future. We predict the accessibility of wind vitality assets and encourages the improvement in wind energy production.

By this application we will predict a few qualities which are fundamental parts of bridling wind energy to its extreme

We predict certain aspects like no of Turbines Generate Enegry,Wind Speed,Air Density,Different radius of the Turbines. To predict the optimum energy extractable from that particular location.


The architecture

Video transcription/translation app

  1. The user navigates to the site and we access their location.
  2. We used a LSTM model built using Tensorflow API.
  3. Box Map API detects the location and extracts data.
  4. Model predicts Wind Energy, Wind Speed and Air Density.

The steps required to run it on local system

Follow the steps

Then open your terminal and create new folder

mkdir (Name of the folder)

after making the directory get into the directory by using the following command

cd (Name of the folder)

First create a virtual environment where it doesn't merge with the existing environment

virtualenv --python=python3 app


Enter into the the Virtual Environment and then


Clone the github repository into the system

git clone https://github.com/Speedster-95/Aelouss.git


use the following command to go into the directory

cd Aelouss


First install all the prerequisite by the following command

pip install -r requirements.txt


Once everything is done. Now we can run it on the local by using this command

python server.py


The contributors :
Bhanu Prakash
Apurva Sharma
Shifali Agrahari
Anamika Gupta

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published