Skip to content

PantherianCodeX/Sell-It

Repository files navigation

Sell-It: AI-Powered Item Research Tool

Overview

Sell-It is a Streamlit-based application that leverages CrewAI to research and analyze items for potential resale value. This tool helps users make informed decisions about items they're considering selling.

Quick Start

# Clone the repository
git clone <repository-url>
cd sell-it

Create and activate virtual environment

/home/user/.venv/bin/python -m venv venv
source /home/user/.venv/bin/activate

Install dependencies

/home/user/.venv/bin/pip install -r requirements.txt

Run the application

/home/user/.venv/bin/streamlit run src/sell_it/interface/main.py

Project Structure

sell_it/ ├── docs/ │ ├── CONTRIBUTING.md │ ├── DEVELOPMENT.md │ └── API.md ├── src/ │ └── sell_it/ │ ├── interface/ │ ├── items/ │ ├── agents/ │ └── utils/ ├── tests/ ├── .env.example ├── requirements.txt └── README.md

Features

Item management (Add, Edit, Delete) AI-powered research using CrewAI Export functionality Detailed research reports Requirements Python 3.10+ CrewAI 0.11.0+ Streamlit 1.29.0+ Environment variables (see .env.example) Contributing See CONTRIBUTING.md for development guidelines.

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages