This application scrapes the homepage of a given website and answers key questions about the company.
- Industry: Identifies the industry of the company.
- Company Size: Estimates the company size.
- Location: Determines the location if mentioned.
- Python 3.11+
- Poetry
-
Clone the repository:
git clone [email protected]:swarajb1/assessment-firmable.git cd assessment-firmable
-
Install dependencies:
poetry install
-
Run the application:
poetry run python main.py
-
Start the FastAPI server:
poetry run uvicorn main:app --reload
-
Open your browser and navigate to
http://127.0.0.1:8000/docs
to access the Swagger UI for API documentation and testing.
This project is licensed under the CC0 1.0 Universal License - see the LICENSE file for details.