Skip to content

A full stack app connected to a statistical model to determine the outdoor advertisment rates

Notifications You must be signed in to change notification settings

AntoTomAbraham/Make_My_Branding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Make My Branding

Make My Branding is a full stack machine learning application which helps to determine the outdoor advertisment rates.

How the application works ?

This application takes different input from users like

  • state
  • city
  • Nature of location
  • Location type
  • Size of advertisment
  • Need illumination or not

Our statistical model will use this information and predict the price

Run Locally

Run the web application :

Clone the project

  git clone https://github.com/AntoTomAbraham/Make_My_Branding

Go to the project directory

  cd your_folder

Install dependencies

  npm install

Start the server

  npm start

Run the frontend :

Clone the project

  git clone https://github.com/AntoTomAbraham/Make_My_Branding_Frontend

Go to the project directory

  cd your_folder

Install dependencies

  npm install

Start the server

  npm start

Run the machine learning model :

  cd flask

Start the server

  flask run

Tech Stack

Client: React, TailwindCSS

Server: Node, Express, Django

Screenshots

App

App

About

A full stack app connected to a statistical model to determine the outdoor advertisment rates

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published