Found 9 repositories(showing 9)
In Agriculture Price Monitioring , I have used data provided by open government site data.gov.in, which updates prices of market daily . Working Interface Details: We have provided user choice to see current market prices based on two choices: market wise or commodity wise use increase assesibility options. Market wise: User have to provide State,District and Market name and then select market wise button. Then user will be shown the prices of all the commodities present in the market in graphical format, so that he can analyse the rates on one scale. This feature is mostly helpful for a regular buyer to decide the choice of commodity to buy. He is also given feature to download the data in a tabular format(csv) for accurate analysis. Commodity Wise: User have to provide State,District and Commodity name and then select Commodity wise button. Then user will be shown the prices of all the markets present in the region with the commodity in graphical format, so that he can analyse the cheapest commodity rate. This feature is mostly helpful for wholesale buyers. He is also given feature to download the data in a tabular format(csv) for accurate analysis. On the first activity user is also given forecasting choice. It can be used to forecast the wholesale prices of various commodities at some later year. Regression techniques on timeseries data is used to predict future prices. Select the type of item and click link for future predictions. There are 3 java files Forecasts, DisplayGraphs, DisplayGraphs2 ..... Please change the localhost "server_name" at time of testing as the server name changes each time a new server is made. Things Used: We have used pandas , numpy , scikit learn , seaborn and matplotlib libraries for the same . The dataset is thoroughly analysed using different function available in pandas in my .iPynb file . Not just in-built functions are used but also many user made functions are made to make the working smooth . Various graphs like pointplot , heat-map , barplot , kdeplot , distplot, pairplot , stripplot , jointplot, regplot , etc are made and also deployed on the android app as well . To integrate the android app and machine learning analysis outputs , we have used Flask to host our laptop as the server . We have a separate file for the Flask as server.py . Where all the the necessary stuff of clint request and server response have been dealt with . We have used npm package ngrok for tunneling purpose and hosting . A different .iPynb file is used for the time series predictions using regression algorithms and would send the csv file of prediction along with the graph to the andoid app when given a request .
Ishita95-Harvard
Brand Laptops Dataset.ipynb
Pummy04
No description available
thakurveerpartap2007-del
No description available
Zyphero-jpg
No description available
SifanGuo
I don't want to install anaconda in my laptop, github is a good place for me to read the ipynb files from competition.
rayen231
The Laptop Price Prediction project is a machine learning model built using linear regression to predict the price of laptops based on their features. The project includes a Jupyter Notebook (laptop_price_prediction.ipynb) where the model is developed and trained using a dataset containing various attributes of laptops such as processor speed, RAM,
Cryptopher2022
Challenge 12 files including .CSV files, a .ipynb Jupyter notebook file and a report-template.md. I will create a README.md file on my laptop and incorporate later.
jimevansv
The project consists of two parts. 1. Training the model 2. Interative visualization of results 1. Traing the model: Model takes in 10 classes as input. The following are the 10 classes: [['alarm_clock', 'tennis_racquet', 'cloud', 'eye', 'sword', 'book', 'laptop', 'star','spoon', 'coffee_cup' ] Model is trained using the nparray dataset downloaded from Google Quick Draw Dataset Model is a Simple CNN. Trained Model is now converted to a Tensorflowjs model. 2. Interactive Visualization of results: An app is developed: to detect the results. Javascript is used to for a interactive canvas image to be drawn and the results are posted right after detection. Steps to run the project: 1. Download WebPage_Model.zip 2. Create an environments with all the dependencies installed from all_requirements.txt 3. This code already contains a trained model which is converted to tensorflowjs 4. Now from the environment, run app.py. It should run the webpage on the localhost:5000 5. If it doesn't access the file. Run the whole training dataset too: 1. Create an environment for the project to be run 2. Install all the requirements from all_requirements.txt 3. Run the ML_Code.ipynb file 4. I am trying to convert the model to a tensorflowjs, it wasn't working on my machine. So I have converted it on Google Colab. 5. Download the webpage folder and unzip it. 6. Now from the environment, run app.py in the unzipped folder file 7. Access: localhost:5000 8. The program runs
All 9 repositories loaded