Skip to content

rohitk285/CromaTF24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Powered Competitive Intelligence Solution for Croma


Prerequisites

  • Python 3.x
  • Node.js and npm
  • Docker (if using Docker)

Installation

Manual setup

  1. Clone the repository:
git clone https://github.com/Adityadln/CromaTF24.git
  1. Setting up virtual env for backend
cd Server
python -m venv venv
source venv/bin/activate 
  1. Running the backend
pip install -r requirements.txt
flask run
  1. Setting up the frontend
cd client
npm install
npm run dev
  1. Setting up the backend
cd models
pip install -r requirements.txt

Docker setup

  1. Building and running container
docker-compose up --build
  1. Application accessible at
http://localhost:5173

Website Preview

home_page


The Architecture

architecture


Known Issues

  • As of now the backend and frontend segment and web scraping and model work together but there is some still some fixes to be made between the backend and the scraping logic.
  • The insights derived by the model is yet to be rendered on the front end

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published