Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.17 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.17 KB

EcoRankAI

a cutting-edge platform that combines the power of artificial intelligence with environmental consciousness to redefine the way we approach data analysis.

Local Deployment

To deploy EcoRankAI locally on your machine, follow the steps below:

Features

  • 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.

Prerequisites

Make sure you have the following installed on your machine:

  • Python (recommended version: 3.7 or higher)
  • Git

Clone the Repository

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

License

This project is released under the MIT License.