# 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.
This screenshot shows the homepage of the Market Map Builder application, where users can upload or select CSV files for analysis.
This screenshot demonstrates the functionality of filtering data based on market keywords. Users can enter keywords to narrow down the displayed results.
Clone the repository:
git clone https://github.com/KianHaghighi/market_map_builder.git
cd market_map_builder
Create a virtual environment:
python -m venv venv
Activate the virtual environment:
venv\Scripts\activate
source venv/bin/activate
Install the dependencies:
pip install -r requirements.txt
Run the application:
flask run
Access the application:
Open your web browser and go to http://127.0.0.1:5000
.
app.py
: The main Flask application file.templates/
: Directory containing HTML templates.static/
: Directory containing static files (CSS, JavaScript).datasets/
: Directory containing CSV files for Product Hunt data./
: Main page for Product Hunt data analysis./crunchbase_data
: Page to display Crunchbase data./select_companies
: Endpoint to process selected companies.git checkout -b feature/your-feature-name
git commit -m 'Add some feature'
git push origin feature/your-feature-name
This project is licensed under the MIT License. See the LICENSE file for details.