Skip to content

dylanler/autoconsultant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Auto Consultant

Auto Consultant is an app that returns a competitor analysis, business plan, and location recommendation for your product. It combines the power of Gradio, Google Maps API, and OpenAI's GPT-3.5-turbo model to provide you with valuable insights and recommendations.

Table of Contents

Requirements

  • Python 3.6 or higher
  • Gradio
  • OpenAI
  • requests

Installation

  1. Install the required Python packages:
pip install gradio openai requests
  1. Save the provided code in a file named auto_consultant.py.

Usage

  1. Set the following environment variables:
export OPENAI_API_KEY="your_openai_api_key"
export GOOGLE_MAPS_API="your_google_maps_api_key"
  1. Run the app:
python auto_consultant.py
  1. Open a web browser and navigate to the URL displayed in the terminal (e.g., http://127.0.0.1:7860/).

  2. Enter the product you want to sell and the location you are considering in the textboxes provided.

  3. The app will return a competitor analysis, business plan, and location recommendation based on your input.

Demo

329265441_5817165715055175_3924963602619922281_n.mp4

Configuration

To modify the default settings, you can update the following variables in the auto_consultant.py file:

  • OPENAI_API_KEY: Your OpenAI API key (provided as an environment variable)
  • GOOGLE_MAPS_API: Your Google Maps API key (provided as an environment variable)
  • radius: The search radius for finding competitors (default: 10000 meters, i.e., 10 km)

About

An app that provides you with a competitor analysis, business plan and a location recommendation. An auto consultant.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages