Best Flask open-source libraries and packages

Project Agaricus

Since the mushroom sector is unregulated, there are large fluctuations in prices. Instability in consumption also leads to very high and very low prices of mushroom. Furthermore farmers also get exploited by the distributors who tell them that the market is crashing and ultimately forcing them to sell their cultivation with losses.This makes farmers reluctant to explore and cultivate mushrooms amongst the fear of losses. Thus we have implemented a Neural Networks model to predict the prices of the mushroom in advance, so that farmers don't bear any losses. We have also allowed sellers to create listings so that farmers...
Updated 2 years ago

#Deployment Link :- https://agaricus123.herokuapp.com/

To run frontend

Open a new terminal

cd client

npm start

To run backend

Open a new terminal

cd server

npm run start