An open API service indexing awesome lists of open source software.

https://github.com/ahmadjajja/ecofactory

EcoFactory: Your global guide to sustainable manufacturing, cost-efficient solutions
https://github.com/ahmadjajja/ecofactory

Last synced: 3 months ago
JSON representation

EcoFactory: Your global guide to sustainable manufacturing, cost-efficient solutions

Awesome Lists containing this project

README

          

# EcoFactor Team

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]





Bruno Cesar


Bruno Cesar




Katrina Cekmarjova


Katrina Cekmarjova




Ahmad Jajja


Ahmad Jajja




Aymen Noor


Aymen Noor




Inam Ul Rehman


Inam Ul Rehman




Aleeza Rubab


Aleeza Rubab


# Project Description:

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

![Python Version][python-image]
![License][license-image]

## Installation

To install and run EcoFactory Application locally, follow these steps:

1. **Clone the Repository:**

```bash
git clone https://github.com/Ahmadjajja/EcoFactory

```
2. **Create Virtual Environment and Activate it**

```bash
python -m venv env #create virtual environment
./env/Scripts/Activate.ps1 #activate the virtual environment
```
3. **Install the packages:**

```bash
cd v2Server
pip install -r requirements.txt

```

4. **Run the Application** For back-end


```bash
python app.py

```
5. **For Front-end**
```bash
cd client
```
6. **install packages**
```bash

npm i
```
7. **start the client**
```bash

npm run dev

```

### Where to ask for help?
Report the bug [here](https://github.com/Ahmadjajja/EcoFactory/issues).

## Contributing

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

1. Fork the Project
2. Create your Feature Branch (`git checkout -b yourBranchName`)
3. Make changes and make sure everything is working fine
4. Commit your Changes (`git commit -m 'Add message here'`)
5. Push to the Branch (`git push origin yourBranchName`)
6. Open a Pull Request

## License

Distributed under the MIT License. See `LICENSE` for more information.

[python-image]: https://img.shields.io/badge/python-v3.6+-blue.svg
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg

[contributors-shield]: https://img.shields.io/github/contributors/Ahmadjajja/EcoFactory.svg?style=for-the-badge
[contributors-url]: https://github.com/Ahmadjajja/EcoFactory/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/Ahmadjajja/EcoFactory.svg?style=for-the-badge
[forks-url]: https://github.com/Ahmadjajja/EcoFactory/network/members
[stars-shield]: https://img.shields.io/github/stars/Ahmadjajja/EcoFactory.svg?style=for-the-badge
[stars-url]: https://github.com/Ahmadjajja/EcoFactory/stargazers
[issues-shield]: https://img.shields.io/github/issues/Ahmadjajja/EcoFactory.svg?style=for-the-badge
[issues-url]: https://github.com/Ahmadjajja/EcoFactory/issues
[license-shield]: https://img.shields.io/github/license/Ahmadjajja/EcoFactory.svg?style=for-the-badge
[license-url]: https://github.com/Ahmadjajja/EcoFactory/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555