This is a full-stack application that leverages Python, Flask, and React.js to provide powerful data insights and visualizations.
To set up the project, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/insightgpt.git - Navigate to the project directory:
cd insightgpt - Install backend dependencies:
pip install -r requirements.txt - Install frontend dependencies:
cd insightgpt-frontend && npm install
To run the application, follow these steps:
- Start the backend server:
python app.py - Start the frontend server:
cd insightgpt-frontend && npm start - Access the application in your browser at
http://localhost:3000
Contributions are welcome! If you find any bugs or have suggestions for improvements, please feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.