Skip to content

NFT Explorer and Price Predictor A comprehensive tool that allows users to explore NFT data, predict NFT prices using machine learning models (Linear Regression, KNN, and LSTM), and visually analyze the NFT market. Built using Streamlit, TensorFlow, and Plotly. Dive into the world of NFTs with insightful predictions and interactive charts!

Notifications You must be signed in to change notification settings

lkasym/NFT_Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFT Explorer and Price Predictor

This application provides insights into the NFT market by allowing users to predict NFT prices, analyze market trends, view top sellers and buyers, explore NFT categories, and browse a curated gallery of NFTs.

Features

  • Price Prediction: Uses Linear Regression, KNN, and LSTM to predict the price of an NFT.
  • Market Analysis: Displays the top NFT collections by sales volume.
  • User/Trader Analysis: Showcases the most active sellers and buyers in the NFT market.
  • NFT Categories:Visualizes the distribution of different categories of NFTs.
  • NFT Gallery: Explore a curated selection of NFT images.

Installation

  1. Clone the repository:

git clone [https://github.com/lkasym/NFT_Analysis]

  1. Navigate to the directory:

cd path_to_directory

  1. Install the required libraries:

pip install -r requirements.txt

Run the Streamlit app with:

streamlit run streamli_nft.py

Open your browser and go to http:https://localhost:8501 to view the app.

Data

The data used in this application comes from Processed_OpenSea_NFT_1_Sales.csv. It contains detailed information about NFT sales, including asset names, sale dates, prices, sellers, and more.

Disclaimer

The prediction models are trained on data from 2019-2021. Predictions might not be accurate for the current date. Always conduct your own research before making any investment decisions.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

NFT Explorer and Price Predictor A comprehensive tool that allows users to explore NFT data, predict NFT prices using machine learning models (Linear Regression, KNN, and LSTM), and visually analyze the NFT market. Built using Streamlit, TensorFlow, and Plotly. Dive into the world of NFTs with insightful predictions and interactive charts!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages