Loading repository data…
Loading repository data…
vishal815 / repository
This project is Genratve AI and AI-powered content generation tool that leverages Hugging Face's models to create customized content based on user queries. The application is built using Streamlit and provides an interactive UI for generating content tailored to different age groups and task types.
This project is an AI-powered content generation tool that leverages Hugging Face's models to create customized content based on user queries. The application is built using Streamlit and LangChain, providing an interactive UI for generating content tailored to different age groups and task types.
You can access the live application here👉.
The source code for this project is available on GitHub: AI-Content-Generator-Langchain-LLMS-Huggingface.
Clone the Repository:
git clone https://github.com/vishal815/AI-Content-Generator-Langchain-LLMS-Huggingface.git
cd AI-Content-Generator-Langchain-LLMS-Huggingface
Install Dependencies:
pip install -r requirements.txt
Set Up Environment Variables:
.env file in the project directory..env file:
HUGGINGFACEHUB_API_TOKEN=your_hugging_face_api_token_here
Replace your_hugging_face_api_token_here with your actual Hugging Face API token.Run the Application:
streamlit run app.py
Use the Application:
http://localhost:8501.app.py: The main application file..env: Environment variable file containing the Hugging Face API token.requirements.txt: List of dependencies required for the project.