KianHaghighi / VentureVista

0 stars 0 forks source link
finance private-equity-analytics venture-capital

# Market Map Builder

This project is a web application that allows users to analyze and visualize data from Product Hunt and Crunchbase. The application is built using Flask and Pandas, and it provides functionalities to filter and display data based on user input.

Market Map Builder Homepage

This screenshot shows the homepage of the Market Map Builder application, where users can upload or select CSV files for analysis.

Filtering Data

This screenshot demonstrates the functionality of filtering data based on market keywords. Users can enter keywords to narrow down the displayed results.

Features

Installation

  1. Clone the repository:

    git clone https://github.com/KianHaghighi/market_map_builder.git
    cd market_map_builder
  2. Create a virtual environment:

    python -m venv venv
  3. Activate the virtual environment:

    • On Windows:
      venv\Scripts\activate
    • On macOS/Linux:
      source venv/bin/activate
  4. Install the dependencies:

    pip install -r requirements.txt

Usage

  1. Run the application:

    flask run
  2. Access the application: Open your web browser and go to http://127.0.0.1:5000.

Project Structure

Endpoints

Contributing

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/your-feature-name
  3. Make your changes.
  4. Commit your changes:
    git commit -m 'Add some feature'
  5. Push to the branch:
    git push origin feature/your-feature-name
  6. Create a new Pull Request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements