Bruno Cesar |
Katrina Cekmarjova |
Ahmad Jajja |
Aymen Noor |
Inam Ul Rehman |
Aleeza Rubab |
Hello! Welcome to EcoFactor - a chatbot that helps manufacturers select more sustainable and cost-effective materials and processes for their products, ensuring compliance with ESG standards. It offers a significant variety of resources and AI assistants that together provide a set of features oriented towards optimizing manufacturing processes, including product optimization, material replacement, and studying ESG documentation. A distinctive feature of ECOFACTOR is the combined use of autonomous AI assistants, responsible for navigating the internet, locating and filtering relevant information about the user's products and processes, as well as the supplier directory, dynamically and autonomously fed by Ecofactor's virtual assistant.
Explore the docs »
View Project
·
Report Bug
·
Request Feature
To install and run EcoFactory Application locally, follow these steps:
-
Clone the Repository:
git clone https://github.com/Ahmadjajja/EcoFactory
-
Create Virtual Environment and Activate it
python -m venv env #create virtual environment ./env/Scripts/Activate.ps1 #activate the virtual environment
-
Install the packages:
cd v2Server pip install -r requirements.txt
-
Run the Application For back-end
```bash python app.py
```
- For Front-end
cd client
- install packages
npm i
- start the client
npm run dev
Report the bug here.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
To contribute to the EcoFactory App,
Clone this repo locally and commit your code on a separate branch. If you're making core changes please write unit tests for your code, and check that everything works by running the following before opening a pull-request
or
- Fork the Project
- Create your Feature Branch (
git checkout -b yourBranchName
) - Make changes and make sure everything is working fine
- Commit your Changes (
git commit -m 'Add message here'
) - Push to the Branch (
git push origin yourBranchName
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.