IT BEGINS WHEN YOU THINK AND COMPLETES WITH OUR SUPPORT. (find how to download this, YouTube video, and notes below)
My.Movie.5.mp4
Welcome to ForNature, your gateway to sustainable living through innovative AI solutions. At ForNature, we empower individuals to repurpose and recycle broken items, fostering a greener planet. Here you'll get AI generated ways on how to recycle your items and also you'll get to learn about recycling techniques and identify toxic materials, ensuring safe practices. With a commitment to environmental stewardship, our platform harnesses cutting-edge technology to transform waste into opportunity. Join us in our mission to reimagine consumption and preserve the Earth for future generations.
- REACT.JS
- EXPRESS.JS
- FLASK
- JSX
Explore sustainable ways of living with ForNature! Let us live everyday by saving a little for the future. Let's explore the different features-
- FixIt
- Learn Something and
- Future Scope
-
Using live camera for detecting objects in the real world directly from our phones. This will help naive users to even use the website or even elderly can use it. One way in doing so is by using 'Pixellib' which helps in real-time object detection.
-
Government can largly help in promoting these kind of websites where people can easily get information they need for saving the nature. Government has the power to reach to a larger population of any country.
-
Cloud-based services like active NGOs or social groups maintaining themselves on it, can be a way to reach to people. For example if someone wants to donate anything or collect something for cheap which was previously donated, then they can use applications like this and connect with those on cloud.
- The home page will make you familiar with out features and what they do.
- The 'FixIt' page will help you get a Generative AI solutions to reuse and recycle your objects. (TIP: If you feel like you want to change or give a new object, simply type that into the prompt area.
- The 'Learn Something' area wil help you directly get articles and blogs related to some element you want (Eg: About Plastic or Rubber etc.)
- The 'Future Scopes' gives a diverse possiblities of what can be achieved in the future using a website like mine or similar to it.
YouTube Video |
---|
Click on the image |
- Clone the repository
git clone https://github.com/Shrey0610/ForNature.github.io
npm create-react-app {your_app}
cd {your_app}
npm install react-router-dom
npm install --save cors
cd server
pip install -r requirements.txt
npm init
pip install openai
pip install nodemon
in terminal using
export YOUR_API_KEY='YOUR_API_KEY'
#or simply replace the YOUR_API_KEY with yours
cd server
python3 -m venv venv
source venv/bin/activate
pip install flask
pip install tensorflow
cd ForNature
PORT=9004 npm start
cd server
nodemon server.js
cd server
python -u {path to server2} run
Note : Must have an OpenAI API key to run the app, you can create from here.
You must never expose your API key
This project uses tailwind which you may need to setup