a cutting-edge platform that combines the power of artificial intelligence with environmental consciousness to redefine the way we approach data analysis.
To deploy EcoRankAI locally on your machine, follow the steps below:
- Automatically analyze data from a CSV or Excel file.
- Generate relevant questions based on user's role, industry, and assignment type.
- Obtain answers to generated questions using OpenAI's GPT-3.5-turbo or Davincci models.
- Customizable temperature setting for AI's writing style.
Make sure you have the following installed on your machine:
Open your terminal and run the following command to clone the repository:
git clone https://github.com/Shane-33/EcoRankAI.git
cd EcoRankAI
pip install -r requirements.txt
export OPENAI_API_KEY="your_openai_api_key"
streamlit run app.py
This project is released under the MIT License.