This project involves extracting relevant data from the aluminium industry, converting the data to vector embeddings, and deploying a Streamlit application to visualize the embeddings.
- Objective: Extract relevant data from the aluminium industry.
- Data Fields:
- Title: The title of the data entry.
- Summary: A brief summary of the data entry.
- Date: The date of the data entry.
- Objective: Convert the extracted scrap data to vector embeddings.
- Method: Utilized
text-embedding-ada-002
model to generate vector embeddings from the text data.
- Objective: Create a Streamlit application that loads and displays the vector embeddings.
- Functionality:
- Load vector embeddings.
- Provide a user interface to interact with the data.
- Visualize the embeddings effectively.
- Objective: Deploy the Streamlit application for public access.
- Deployment Details: The application is publicly accessible at https://actalystai.streamlit.app/.
- Python 3.x
- Streamlit
- OpenAI API for
text-embedding-ada-002
- Clone the Repository:
git clone [(https://github.com/Akashkalasagond/Actalyst_AI)]
- Navigate to the Project Directory:
cd [Actalyst_AI]
- Install Dependencies:
pip install -r requirements.txt
- Deployment
streamlit run app.py