Submission* for the Falcon Hackathon organized by AI71 and LABLAB.AI
*Should be one, didnt submit.
With natural language processing and the power of foundational models like Falcon
With quantitative data and visualizations
- What is the most favourite aspect of experiance?
- What features or improvements could be added?
- Develop a perfect business concept based on market feedback.
- Create an ideal business model using customer insights.
Minimal features, data sources and requests quota
More features, integrations and requests
Custom tailored solutions
Set .env file with environment variables
#for embeddings
TOGETHER_API_KEY=
#for falcon
AI71_API_KEY=
#for jupyter notebook to get datasets
GOOGLE_MAPS_API_KEY=
Create and activate virtual environment.
Install required packages with:
pip install -r requirements.txt
Use jupyter notebook to get datasets.
For streamlit web app to run locally:
streamlit run app.py